FullReport is an option to hypothesis test functions that specifies whether all report information should be returned.
KnownVariance is an option to statistical confidence interval and hypothesis test functions that specifies the value of the population variance.
MeanCI
(Hypothesis Testing Package Symbol) MeanCI[list] gives a confidence interval for the population mean estimated from list.
MeanDifferenceCI[list_1, list_2] gives a confidence interval for the difference between the population means estimated from list_1 and list_2.
MeanDifferenceTest[list_1, list_2, \[CapitalDelta]\[Mu]_0] performs a test with null hypothesis \[Mu]_1 - \[Mu]_2 = \[CapitalDelta]\[Mu]_0.
MeanTest
(Hypothesis Testing Package Symbol) MeanTest[list, \[Mu]_0] performs a test with null hypothesis \[Mu] = \[Mu]_0.
NormalCI
(Hypothesis Testing Package Symbol) NormalCI[\[Mu], \[Sigma]] gives a confidence interval based on a normal distribution.
NormalPValue[x] gives the cumulative density beyond x for a normal distribution with zero mean and unit variance.
OneSidedPValue is an element in hypothesis test output for one-sided tests.
SignificanceLevel is an option to hypothesis test functions that specifies the significance level for the test.