Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Hypothesis Testing Package >

FRatioPValue

FRatioPValue[x, n, m]
gives the cumulative probability beyond x for the F-ratio distribution with n and m degrees of freedom.
  • The two-sided p-value is twice the one-sided p-value.
  • The following option can be given:
TwoSidedFalsewhether to perform a two-sided test
The p-value for 10 in an F-ratio distribution with 2 and 5 degrees of freedom:
Needs["HypothesisTesting`"]
The p-value for 10 in an F-ratio distribution with 2 and 5 degrees of freedom:
In[2]:=
Click for copyable input
Out[2]=
A two-sided p-value:
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team