|
SOLUTIONS
|
HYPOTHESIS TESTING PACKAGE SYMBOL
TwoSided
![]()
is an option to hypothesis test functions that specifies whether the test should be two-sided.
DetailsDetails
- To use
, you first need to load the Hypothesis Testing Package using Needs["HypothesisTesting`"]. - With default setting TwoSided->False, the
-value is associated with the smaller tail of the distribution of the test statistics. - With TwoSided->True, the
-value is split between the two tails of the distribution of the test statistic.
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
