Syntax
| Parameter | Description |
|---|---|
| array1 | Parameter of the F.TEST function. |
| array2 | Parameter of the F.TEST function. |
Examples
Compare process variability
=F.TEST(A2:A31, B2:B31)
Pre-t-test variance check
=F.TEST(C2:C51, D2:D51)
Comparing lab instruments
=F.TEST(E2:E21, F2:F21)
Common Errors
Occurs if either array has a variance of zero (all values identical), since the F-statistic involves dividing by variance.
Returned if either array has fewer than 2 data points, since variance requires at least 2 observations.
Tips
F.TEST returns a two-tailed p-value, testing for any difference in variance (larger or smaller). Divide by 2 if you specifically want a one-tailed test.
The F-test for equal variances is notoriously sensitive to non-normal data. If your data is not roughly normal, consider Levene's test instead (not built into spreadsheets but can be constructed).
F.TEST compares variances of two groups. It is not an ANOVA. For comparing means across groups, calculate the F-statistic manually and use F.DIST.RT.
Try F.TEST in Viztab
Import your data and use F.TEST with 370+ other formulas. No signup required.
Open Viztab