Next Page Previous Page Home Tools & Aids Search Handbook
1. Exploratory Data Analysis
1.3. EDA Techniques
1.3.6. Probability Distributions
1.3.6.6. Gallery of Distributions

1.3.6.6.5.

F Distribution

Probability Density Function The F distribution is the ratio of two chi-square distributions with degrees of freedom ν1 and ν2, respectively, where each chi-square has first been divided by its degrees of freedom. The formula for the probability density function of the F distribution is
    \( f(x) = \frac{\Gamma(\frac{\nu_{1} + \nu_{2}} {2}) (\frac{\nu_{1}} {\nu_{2}})^{\frac{\nu_{1}} {2}} x^{\frac{\nu_{1}} {2} - 1 }} {\Gamma(\frac{\nu_{1}} {2}) \Gamma(\frac{\nu_{2}} {2}) (1 + \frac{\nu_{1}x} {\nu_{2}})^{\frac{\nu_{1} + \nu_{2}} {2}} } \)
where ν1 and ν2 are the shape parameters and Γ is the gamma function. The formula for the gamma function is
    \( \Gamma(a) = \int_{0}^{\infty} {t^{a-1}e^{-t}dt} \)
In a testing context, the F distribution is treated as a "standardized distribution" (i.e., no location or scale parameters). However, in a distributional modeling context (as with other probability distributions), the F distribution itself can be transformed with a location parameter, μ, and a scale parameter, σ.

The following is the plot of the F probability density function for 4 different values of the shape parameters.

plot of the F probability density function for 4 different values
 of the shape parameters

Cumulative Distribution Function The formula for the Cumulative distribution function of the F distribution is
    \( F(x) = 1 - I_{k}(\frac{\nu_{2}} {2},\frac{\nu_{1}} {2} ) \) where k = \( \nu_2/(\nu_2 + \nu_1 \cdot x) \) and Ik is the incomplete beta function. The formula for the incomplete beta function is

      \( I_{k}(x,\alpha,\beta) = \frac{\int_{0}^{x} {t^{\alpha-1}(1-t)^{\beta-1}dt}} {B(\alpha,\beta) } \)

    where B is the beta function

      \( B(\alpha,\beta) = \int_{0}^{1} {t^{\alpha-1}(1-t)^{\beta-1}dt} \)

    The following is the plot of the F cumulative distribution function with the same values of ν1 and ν2 as the pdf plots above.

    plot of the F cumulative distribution function with the same
 values of nu1 and nu2 as the pdf plots above

Percent Point Function The formula for the percent point function of the F distribution does not exist in a simple closed form. It is computed numerically.

The following is the plot of the F percent point function with the same values of ν1 and ν2 as the pdf plots above.

plot of the F percent point function with the same values
 of nu1 and nu2 as the pdf plots above

Other Probability Functions Since the F distribution is typically used to develop hypothesis tests and confidence intervals and rarely for modeling applications, we omit the formulas and plots for the hazard, cumulative hazard, survival, and inverse survival probability functions.
Common Statistics The formulas below are for the case where the location parameter is zero and the scale parameter is one.
Mean \( \frac {\nu_{2}} {(\nu_{2} - 2)} \;\;\;\;\;\;\; \nu_{2} > 2 \)
Mode \( \frac {\nu_{2}(\nu_{1} - 2)} {\nu_{1}(\nu_{2} + 2)} \;\;\;\;\;\;\; \nu_{1} > 2 \)
Range 0 to \(\infty\)
Standard Deviation \( \sqrt{\frac {2\nu_{2}^{2}(\nu_{1} + \nu_{2} - 2)} {\nu_{1}(\nu_{2} - 2)^{2}(\nu_{2} - 4)}} \;\;\;\;\;\;\; \nu_{2} > 4 \)
Coefficient of Variation \( \sqrt{\frac{2(\nu_{1} + \nu_{2} - 2)} {\nu_{1}(\nu_{2} - 4)}} \;\;\;\;\;\;\; \nu_{2} > 4 \)
Skewness \( \frac {(2\nu_{1} + \nu_{2} - 2)\sqrt{8(\nu_{2} - 4)}} {\sqrt{\nu_{1}}(\nu_{2} - 6)\sqrt{(\nu_{1} + \nu_{2} - 2)}} \;\;\;\;\;\;\; \nu_{2} > 6 \)
Parameter Estimation Since the F distribution is typically used to develop hypothesis tests and confidence intervals and rarely for modeling applications, we omit any discussion of parameter estimation.
Comments The F distribution is used in many cases for the critical regions for hypothesis tests and in determining confidence intervals. Two common examples are the analysis of variance and the F test to determine if the variances of two populations are equal.
Software Most general purpose statistical software programs support at least some of the probability functions for the F distribution.
Home Tools & Aids Search Handbook Previous Page Next Page