F-distribution
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 • 6.6 |
---|
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.
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.
Enable comment auto-refresher