home *** CD-ROM | disk | FTP | other *** search
-
- (*:Version: Mathematica 2.0 *)
-
- (*:Name: Statistics`Common`HypothesisCommon` *)
-
- (*:Title:
- Functions and Options for Confidence Intervals and Hypothesis Tests
- *)
-
- (*:Author:
- Dave Withoff (Wolfram Research), March, 1991
- *)
-
- (*:Legal:
- Copyright (c) 1991, Wolfram Research, Inc.
- *)
-
- (*:Reference: usage messages only. *)
-
- (*:Summary:
- This package contains usage messages for option names used by
- both Statistics`ConfidenceIntervals` and Statistics`HypothesisTesets`.
- *)
-
- (*:Keywords: mean, variance, sample mean *)
-
- (*:Requirements: No special system requirements. *)
-
- (*:Warning: none. *)
-
- (*:Sources: basic statistics texts. *)
-
- BeginPackage["Statistics`Common`HypothesisCommon`"]
-
- KnownVariance::usage =
- "KnownVariance is an option to statistical confidence interval and
- hypothesis test functions, and is used to specify the population variance
- whenever formulas corresponding to known population variance are to
- be used. The variance specification should be a list of variances if
- more than one different variance is to be specified. If only one
- variance is specified, it is used for all appropriate populations."
-
- KnownStandardDeviation::usage =
- "KnownStandardDeviation is an option to statistical confidence interval and
- hypothesis test functions, and is used to specify the population standard
- deviation whenever formulas corresponding to known population standard
- deviation are to be used. The standard deviation specification should be
- a list of standard deviations if more than one different standard deviation
- is to be specified. If only one standard deviation is specified, it is
- used for all appropriate populations."
-
- EqualVariances::usage =
- "EqualVariances is an option to certain statistical confidence interval
- and hypothesis test functions and is used to specify that the appropriate
- unknown population variances are equal."
-
-
-
-
-
- EndPackage[]
-