CapeTools Statistical Hypothesis Objects
http://www.QuantTools.com
In total there are 6 functions present within the CapeTools Statistical Hypothesis Objects category of functions.
General Description
Functions to create Hypothesis testing objects given a Generic Continuous Distribution object. A Generic Continuous Distribution object is an object created via the GenericContinuousDist() function and populated with user data. The user now wishes to compare the properties of this generic distribution against the normal distribution.
The types of Hypothesis testing objects that can be created are.
- Hypothesis objects for the mean of normal distribution with known sigma.
- Hypothesis objects for the mean of normal distribution with unknown sigma.
- Hypothesis objects for the difference between means of two normal distributions with known sigmas (not paired).
- Hypothesis objects for the difference between means of two normal distributions with unknown sigmas (not paired).
- Hypothesis objects for the variance of normal distribution.
- Hypothesis objects for the ratio of two variances (F-Test).
Function list.
- HypMean - Creates a Hypothesis object to test for mean of normal distribution with unknown sigma.
- HypMeanDiff - Creates a Hypothesis object to test for difference between means of two normal distributions with unknown sigmas (not paired).
- HypMeanDiffKnownSigma - Creates a Hypothesis object to test for difference between means of two normal distributions with known sigmas (not paired).
- HypMeanKnownSigma - Creates a Hypothesis object to test for mean of normal distribution with known sigma.
- HypVariance - Creates a Hypothesis object to test for variance of normal distribution.
- HypVarianceRatio - Creates a Hypothesis object to test for the ratio of two variances (F-Test).
Copyright (c) 2003-2007 CapeTools - All Rights Reserved.