Skip to content
Sahithyan's S3
1
Sahithyan's S3 — Applied Statistics

F Distribution

Suppose 2 independent populations (of sizes N1N_1 and N2N_2) are given. And samples of sizes n1n_1 and n2n_2 are taken from each population.

F statistic can be computed using:

F=χ12/ν1χ22/ν2=s12s22σ12σ22F = \cfrac{ \chi_1^2 / \nu_1 }{ \chi_2^2 / \nu_2 } = \frac{ s_1^2 }{ s_2^2 }\cdot \frac{\sigma_1 ^2}{\sigma_2 ^2}
  • To compare variance of 2 different independent samples

If sample size is nn, then the degrees of freedom for the F distribution are n11n_1 - 1 and n21n_2 - 1.

Fν1,ν2,α=1Fν2,ν1,1αF_{\nu_1, \nu_2, \alpha} = \frac{1}{F_{\nu_2, \nu_1, 1 - \alpha}}