The StudentHypothesis class performs hypothesis testing for means and proportions for population samples which are small (i.e. have less than 30 elements).
For a list of all members of this type, see StudentHypothesis Members.
System.Object
StudentHypothesis
Remark: If you wish to perform hypothesis testing of large samples (i.e. samples with more than 30 elements) then the NormalHypothesis class should be used.
This class has methods for performing:
This collection of methods has been developed in order to perform hypothesis testing for small samples. As a result it uses the t-distribution instead of the normal distribution. If the sample size is large, the NormalHypothesis class might be more appropriate.
Namespace: WebCab.Libraries.Statistics.Hypothesis
Assembly: WebCab.Libraries.StatisticsDemo (in WebCab.Libraries.StatisticsDemo.dll)
StudentHypothesis Members | WebCab.Libraries.Statistics.Hypothesis Namespace