Difference between revisions of "CumFDist"
Line 6: | Line 6: | ||
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». | 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». | ||
− | The F-distribution is used in classical | + | The F-distribution is used in classical statistics 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: | Note that there is no '''FDist''' distribution function built into Analytica. If you want an '''FDist''', just use: | ||
− | :<code>CumFDistInv(Uniform(0,1), dof1, dof2)</code> | + | :<code>CumFDistInv(Uniform(0, 1), dof1, dof2)</code> |
== Library == | == Library == |
Revision as of 18:35, 15 January 2016
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».
The F-distribution is used in classical statistics 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
Enable comment auto-refresher