Differences between revisions 1 and 6 (spanning 5 versions)
Revision 1 as of 2025-04-08 16:03:48
Size: 1246
Comment: Initial commit
Revision 6 as of 2025-11-06 21:12:24
Size: 1602
Comment: Notes
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
The '''F distribution''' is a continuous probability distribution that represents the ratio of variances between two [[Statistics/ChiSquaredDistribution|chi-squared distributed]] random variables. The '''F distribution''' is a continuous probability distribution function that represents the ratio of [[Statistics/Variance|variances]] between two [[Statistics/ChiSquaredDistribution|chi-squared distributed]] random variables.
Line 13: Line 13:
The F distribution is characterized by the degrees of freedom for each of the [[Statistics/ChiSquaredDistribution|chi-squared distributed]] random variables. They are ordered/referred to as '''numerator''' and '''denominator degrees of freedom'''/notated as ''d,,1,,'' and ''d,,2,,'' respectively. The distribution is characterized by the degrees of freedom for each of the [[Statistics/ChiSquaredDistribution|chi-squared distributed]] random variables. They are ordered/referred to as '''numerator''' and '''denominator degrees of freedom'''/notated as ''d,,1,,'' and ''d,,2,,'' respectively.

The square of a [[Statistics/StudentsTDistribution|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.
Line 19: Line 21:
== Statistics == == Moments ==
Line 21: Line 23:
The mean of the distribution is ''d,,2,,/(d,,2,, - 2)'' for ''d,,2,,>2''. The [[Statistics/Moments|first moment]] of the distribution is ''d,,2,,/(d,,2,, - 2)'' for ''d,,2,,>2''.
Line 29: Line 31:
The F distribution is almost exclusively used for [[Statistics/TestStatistic|test statistics]]. Furthermore, the test is usually formulated such that the denominator degrees of freedom are very large.
Line 31: Line 32:
As an example, for a very large denominator degrees of freedom and a significance level of 5%, the critical F statistics are:
=== Probability Tests ===

The F distribution is almost exclusively used for [[Statistics/TestStatistic|test statistics]]: see the [[Statistics/FTest|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:

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.


Moments

The first moment of the distribution is 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-02-17 15:56:50 by DominicRicottone)