WebCab Probability and Statistics for COM v3.3 Demo | |
WebCab.COM.Statistics.Hypothesis Namespace
Classes
Class | Description |
---|
NormalConfidence |
The NormalConfidence class calculates the confidence intervals for the mean or proportions using the normal distribution.
|
NormalConfidenceException | This exception is thrown by the NormalConfidence class
in order to acknowledge an internal error or errors in
input values.
|
NormalHypothesis |
The NormalHypothesis class allow the testing of hypothesis for large samples (i.e. over 30 elements), where the populations are normally or near-normally distributed.
|
NormalHypothesisException | This exception is thrown by the NormalHypothesis class
in order to acknowledge an internal error or errors in
input values.
|
StudentConfidence |
The StudentConfidence class calculates confidence intervals for the mean and proportions using the t-distribution.
|
StudentConfidenceException |
This exception is thrown by the StudentConfidence class
in order to acknowledge an internal error or errors in
input values.
|
StudentHypothesis |
The StudentHypothesis class performs hypothesis testing for means and proportions for population samples which are small (i.e. have less than 30 elements).
|
StudentHypothesisException |
This exception is thrown by the StudentHypothesis class
in order to acknowledge an internal error or errors in
input values.
|