F-distribution

Revision as of 19:50, 10 October 2018 by Lchrisman (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)




Release:

4.6  •  5.0  •  5.1  •  5.2  •  5.3  •  5.4  •  6.0  •  6.1  •  6.2  •  6.3  •  6.4  •  6.5


The F-distribution is used in classical statistics for hypothesis testing involving the comparison of variances between two samples (ANOVA = ANalysis Of VAriance), or for testing whether one model (such as a regression fit) is statistically superior to another. In also goes by the names Snedecor's distribution and the Fisher-Snedecor distribution.

FDist(5,10).png

The F-distribution is a positive-only distribution

The ratio of two random variates each having a ChiSquared distribution has a F-distribution.

Functions

FDist(dof1, dof2)

New to Analytica 5.2

The distribution function.

DensFDist(x, dof1, dof2)

The Analytic density function. Returns the probability density at «x» of an F-distribution with «dof1» and «dof2» degrees of freedom.

CumFDist(x, dof1, dof2)

The cumulative density at «x» for the F-distribution with degrees of freedom «dof1» and «dof2». This is the area under the probability density graph falling to the left of «x».

CumFDistInv(p, dof1, dof2)

The inverse cumulative density function (quantile function) of a F-distribution with «dof1» and «dof2» degrees of freedom. Returns the pth fractile/quantile/percentile.

Statistics

F-tests

Are means of two normal distributions equal?

When they are assumed to have the same standard deviation.... (TBD)

Does a regression fit describe the data well?

(TBD)

Is a regression model with more basis terms better than a simpler model?

(TBD)

Do the expected values of several groups differ from each other?

(TBD)

See Also

Comments


You are not allowed to post comments.