Statistical Inference and Hypothesis Testing Procedures
Classified in Mathematics
Written on in
English with a size of 3.98 KB
Central Limit Theorem (CLT)
Check the sample size n. If n is 30 or more, the sampling distribution is normal. The mean of the sample mean equals the population mean. The standard error is calculated as σ divided by the square root of n.
Z Distribution for Population Mean
- Identify values: Sample mean, population mean, σ, and n.
- Compute standard error: SE = σ / √n.
- Compute z: z = (sample mean - population mean) / standard error.
- Use the z-table to find the probability or critical value.
- Confidence interval: Sample mean ± (z-critical × standard error).
T Distribution for Population Mean
- Find the sample mean and sample standard deviation (s).
- Standard error: SE = s / √n.
- Determine the degrees of freedom (df).
- Compute t: t = (sample mean - population mean) / standard error.
- Use the t-table with the appropriate df.
- Confidence interval: Sample mean ± (t-critical × standard error).
Hypothesis Testing for One Population
- Write hypotheses: State the null hypothesis (H0) and the alternative hypothesis (H1).
- Choose test: Select between a z-test or t-test.
- Calculate test statistic: Compute the relevant value.
- Find p-value or critical value: Determine the significance.
- Decision:
- If the p-value ≤ α → Reject H0.
- If the p-value > α → Fail to reject H0.
Two Means for Independent Samples
- Get values: mean1, mean2, s1, s2, n1, n2.
- Standard error: SE = √((s1² / n1) + (s2² / n2)).
- Compute t: t = (mean1 - mean2) / standard error.
- Find DF: Determine degrees of freedom.
- Compare the result with the table or p-value.
Two Means for Dependent Samples
Use when: Analyzing the same group before and after an event.
- Find the differences (d = value1 - value2).
- Find the mean of the differences and the standard deviation of the differences (sd).
- Standard error: SE = sd / √n.
- Compute t: t = mean difference / standard error.
- Degrees of freedom: df = n - 1.
Chi-Square Test of Independence
- State H0: Observed values equal expected values.
- Compute expected: E = total × proportion.
- Compute Chi-Square (χ²): ∑((observed - expected)² / expected).
- Get DF: Determine degrees of freedom.
- Compare the result with the table or p-value.
One-Way ANOVA for Multiple Groups
Use when: Comparing three or more groups.
- H0: All means are equal.
- H1: At least one mean is different.
- Use Excel ANOVA: Single Factor for calculations.
- Look at the p-value.
- If p ≤ α → Reject H0.