1.3. EDA Techniques
1.3.5. Quantitative Techniques
F-Test for Equality of Two Variances |
Test if variances from two populations are equal
| H0: | \( \sigma_{1}^{2} \) = \( \sigma_{2}^{2} \) | |||||||||
| Ha: |
|
|||||||||
|
Test Statistic: |
F =
\( s^{2}_{1}/s^{2}_{2} \)
where \({s^{2}_{1}}\) and \({s^{2}_{2}}\) and are the sample variances. The more this ratio deviates from 1, the stronger the evidence for unequal population variances. |
|||||||||
|
Significance Level: |
α | |||||||||
|
Critical Region: |
The hypothesis that the two variances are equal
is rejected if
In the above formulas for the critical regions, the Handbook follows the convention that F α is the upper critical value from the F distribution and F 1-α is the lower critical value from the F distribution. Note that this is the opposite of the designation used by some texts and software programs. |
BATCH 1: NUMBER OF OBSERVATIONS = 240 MEAN = 688.9987 STANDARD DEVIATION = 65.54909 BATCH 2: NUMBER OF OBSERVATIONS = 240 MEAN = 611.1559 STANDARD DEVIATION = 61.85425We are testing the null hypothesis that the variances for the two batches are equal.
H0: σ12 = σ22 Ha: σ12 ≠ σ22The F test indicates that there is not enough evidence to reject the null hypothesis that the two batch variancess are equal at the 0.05 significance level.Test statistic: F = 1.123037 Numerator degrees of freedom: N1 - 1 = 239 Denominator degrees of freedom: N2 - 1 = 239 Significance level: α = 0.05 Critical values: F(1-α/2,N1-1,N2-1) = 0.7756 F(α/2,N1-1,N2-1) = 1.2894 Rejection region: Reject H0 if F < 0.7756 or F > 1.2894
- Do two samples come from populations with equal variancess?
- Does a new process, treatment, or test reduce the variability of the current process?
Bihistogram
Chi-Square Test
Bartlett's Test
Levene Test