Moments of Fisher's F distribution #
This file establishes the sharp moment and exponential-integrability theory of the
Fisher--Snedecor law: the mean, the second raw moment, the variance, the exact integrability
thresholds 2 < n and 4 < n at which the first two moments diverge, and the exact
exponential-integrability domain. The moment results come from a file-internal computation of
the natural moment of order q, which exists exactly when 2 * q < n and is then a quotient of
beta functions. Since the law is positive and has only polynomial decay, its exponential
moments exist exactly at nonpositive rates.
Main results #
integrable_id_fisherSnedecorMeasure_iffandintegrable_sq_fisherSnedecorMeasure_iffgive the two sharp integrability thresholds, hence also the divergence at and below them.integral_id_fisherSnedecorMeasurecomputes the mean.integral_sq_fisherSnedecorMeasurecomputes the second raw moment.variance_id_fisherSnedecorMeasurecomputes the variance.integrableExpSet_id_fisherSnedecorMeasureidentifies the exponential-integrability domain as the nonpositive half-line.
References #
- N. L. Johnson, S. Kotz, and N. Balakrishnan, Continuous Univariate Distributions, vol. 2, 2nd ed., Wiley (1995), chapter 27.
- The formal beta-kernel argument follows
TauCeti.Probability.Distributions.StudentT.Moments.
The identity is integrable under a valid Fisher--Snedecor law exactly above two denominator degrees of freedom.
Squaring is integrable under a valid Fisher--Snedecor law exactly above four denominator degrees of freedom.
Exponential moments #
Every nonpositive exponential rate is integrable under a Fisher--Snedecor measure, including the zero measure produced by invalid parameters.
Positive exponential rates are not integrable under a valid Fisher--Snedecor law.
The exponential of a multiple of the identity is integrable under a valid Fisher--Snedecor law exactly when the rate is nonpositive.
The exact exponential-integrability domain of the identity under a valid Fisher--Snedecor law is the nonpositive half-line.
The second raw moment of a Fisher--Snedecor law is
n ^ 2 * (m + 2) / (m * (n - 2) * (n - 4)) when 4 < n.
The variance of a Fisher--Snedecor law is
2 * n ^ 2 * (m + n - 2) / (m * (n - 2) ^ 2 * (n - 4)) when 4 < n.