|
SOLUTIONS
|
HYPOTHESIS TESTING PACKAGE SYMBOL
ChiSquarePValue
gives the cumulative probability beyond x for the
distribution with df degrees of freedom.
DetailsDetails
- To use
, you first need to load the Hypothesis Testing Package using Needs["HypothesisTesting`"]. - The one-sided
-value is CDF[ChiSquareDistribution[df], x] if x is less than the median of the
distribution with df degrees of freedom, and 1-CDF[ChiSquareDistribution[df], x] otherwise. - The two-sided
-value is twice the one-sided
-value. - The following option can be given:
-
TwoSided False whether to perform a two-sided test
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
