|
SOLUTIONS
|
HYPOTHESIS TESTING PACKAGE SYMBOL
FRatioPValue
![]()
gives the cumulative probability beyond x for the F-ratio distribution with n and m degrees of freedom.
DetailsDetails
- To use
, you first need to load the Hypothesis Testing Package using Needs["HypothesisTesting`"]. - The one-sided
-value is CDF[FRatioDistribution[n, m], x] if x is less than the median of the F-ratio distribution with n and m degrees of freedom, and 1-CDF[FRatioDistribution[n, m], 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 »
