Differences between revisions 1 and 2
Revision 1 as of 2025-11-06 21:21:47
Size: 670
Comment: Initial commit
Revision 2 as of 2026-02-17 15:56:11
Size: 664
Comment: Links
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
An '''F test''' is a statistical test for whether a random variable follows the [[Statistics/FDistribution|F distribution]]. An '''F test''' is a statistical test for whether a random variable follows the [[Analysis/FDistribution|F distribution]].
Line 13: Line 13:
The [[Statistics/FDistribution|F distribution]] is a ratio of normalized [[Statistics/ChiSquaredDistribution|chi-squared distributed]] random variables. Correspondingly, there is a connection between F statistics and [[Statistics/PearsonsChiSquaredTest|chi-squared statistics]]: as the denominator degrees of freedom get larger, the relationship converges to ''chi-squared = (numerator degrees of freedom) * F''. The [[Analysis/FDistribution|F distribution]] is a ratio of normalized [[Analysis/ChiSquaredDistribution|chi-squared distributed]] random variables. Correspondingly, there is a connection between F statistics and [[Statistics/PearsonsChiSquaredTest|chi-squared statistics]]: as the denominator degrees of freedom get larger, the relationship converges to ''chi-squared = (numerator degrees of freedom) * F''.

F Test

An F test is a statistical test for whether a random variable follows the F distribution.


Description

The F distribution is a ratio of normalized chi-squared distributed random variables. Correspondingly, there is a connection between F statistics and chi-squared statistics: as the denominator degrees of freedom get larger, the relationship converges to chi-squared = (numerator degrees of freedom) * F.


Usage


CategoryRicottone

Statistics/FTest (last edited 2026-02-17 15:56:11 by DominicRicottone)