Hypothesis Testing Package >

KnownVariance

KnownVariance
is an option to statistical confidence interval and hypothesis test functions that specifies the value of the population variance.
  • The value of KnownVariance can be a positive number or None.
  • For KnownVariance->None, the population variance is estimated from the input data.
  • For confidence intervals and tests based on two samples, variances var1 and var2 for the two populations can be given as KnownVariance->{var1, var2}.
Needs["HypothesisTesting`"]
A test assuming the population variance is 5:
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