Dens FDist

Revision as of 23:17, 6 August 2008 by Lchrisman (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Dens_FDist(x,dof1,dof2)

The probability density at x for the F-distribution with degrees of freedom dof1 and dof2.

The F-distribution is used in classical stastics for hypothesis testing involving the comparison of variances between two samples.

Note that there is no FDist distribution function built into Analytica. If you want an FDist, just use:

CumFDistInv(Uniform(0,1),dof1,dof2)

Library

Distribution Densities Library (Distribution Densities.ana)

See Also

Comments


You are not allowed to post comments.