Hypothesis Testing Package >

TwoSided

TwoSided
is an option to hypothesis test functions that specifies whether the test should be two-sided.
  • With default setting TwoSided->False, the p-value is associated with the smaller tail of the distribution of the test statistics.
  • With TwoSided->True, the p-value is split between the two tails of the distribution of the test statistic.
Needs["HypothesisTesting`"]
The p-value for a one-sided test:
In[2]:=
Click for copyable input
Out[2]=
© 2008 Wolfram Research, Inc. japanese.gif
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team