The F-test answers a narrower question than a t-test: not whether two samples have different averages, but whether they have different amounts of spread. That matters on its own — inconsistent output, noisy measurements, and unstable processes are all 'variance' problems — and it's also the test many textbooks recommend running before a two-sample t-test, to decide whether to assume equal variances.

What the F-statistic measures

The F-statistic is simply the ratio of two sample variances. For a two-tailed test — the standard, conservative choice — the calculator always puts the larger variance on top, so F is always ≥ 1: a value near 1 means the two samples have similar spread, while a large F means one sample is considerably more variable than the other. Because the test is symmetric (either group could be the noisier one), the two-tailed p-value doubles the upper-tail probability of that ratio.

From data vs. from variances

If you have the raw measurements, use the From Data tab — the calculator computes each group's sample variance (using the standard n − 1 divisor) automatically. If you already have summary statistics — say, from a lab report or a prior analysis — use the From Variances tab and enter each group's variance and sample size directly. Both paths feed the same underlying F-test math.

One-tailed vs. two-tailed, and what the F-test assumes

Two-tailed is the standard default: it tests whether the variances differ in either direction, without assuming which group is noisier ahead of time. A one-tailed test is only valid if you committed, before seeing the data, to a specific direction (e.g., "Method 1 is noisier than Method 2") — it uses the ratio exactly as entered rather than reordering to put the larger variance on top. The classic F-test assumes both samples are drawn from normally distributed populations; it is fairly sensitive to that assumption, so with clearly non-normal data (heavy skew or outliers), treat a borderline p-value with caution and consider a more robust alternative like Levene's test.