Hypothesis Testing Package >

SignificanceLevel

SignificanceLevel
is an option to hypothesis test functions that specifies the significance level for the test.
  • The significance level for a test is the probability of rejecting the null hypothesis when it is in fact true.
  • The value of SignificanceLevel can be any number between 0 and 1 or None. The default setting is None.
  • If SignificanceLevel is a number, the output contains a statement of whether the hypothesis is accepted or rejected.
Needs["HypothesisTesting`"]
A mean test at significance level .01:
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