Differences between revisions 10 and 11
Revision 10 as of 2026-07-21 01:16:59
Size: 1821
Comment: Relink
Revision 11 as of 2026-07-21 01:36:52
Size: 1819
Comment: Relink
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
The '''F distribution''' is a continuous probability distribution function that represents the ratio of [[Statistics/Variance|variances]] between two [[Analysis/ChiSquaredDistribution|chi-squared distributed]] random variables. The '''F distribution''' is a continuous probability distribution function that represents the ratio of [[Analysis/Variance|variances]] between two [[Analysis/ChiSquaredDistribution|chi-squared distributed]] random variables.

F Distribution

The F distribution is a continuous probability distribution function that represents the ratio of variances between two chi-squared distributed random variables.


Description

The distribution is characterized by the degrees of freedom for each of the chi-squared distributed random variables. They are ordered/referred to as numerator and denominator degrees of freedom/notated as d1 and d2 respectively.

The square of a t distributed random variable has an F distribution with 1 numerator degree of freedom and the same denominator degrees of freedom as the original t distributed variable.

The T-squared distribution is a scaled version of the F distribution. The following are both valid formulations:

ftotsquared1.svg

ftotsquared2.svg


Moments

The expected value is given as d2/(d2 - 2) for d2>2.


Usage

Probability Tests

The F distribution is almost exclusively used for test statistics: see the F test.

Furthermore, the test is usually formulated such that the denominator degrees of freedom are very large. As an example, for a very large denominator degrees of freedom and a significance level of 5%, the critical F statistics are:

  • 3.84 for 1 numerator degree of freedom
  • 3.00 for 2
  • 2.6 for 3
  • 2.37 for 4
  • 2.21 for 5
  • and so on
  • 1.00 for very large numerator degrees of freedom


CategoryRicottone

Analysis/FDistribution (last edited 2026-07-28 19:47:18 by DominicRicottone)