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

ChiSquarePValue

ChiSquarePValue[x, df]
gives the cumulative probability beyond x for the Chi2 distribution with df 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 a Chi2 distribution with 5 degrees of freedom:
Needs["HypothesisTesting`"]
The p-value for 10 in a Chi2 distribution with 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