WebCab Probability and Statistics for COM v3.3 Demo

StudentHypothesis Class

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

public class StudentHypothesis

Remarks

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.

Functionality Offered

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.

Requirements

Namespace: WebCab.COM.Statistics.Hypothesis

Assembly: WebCab.COM.StatisticsDemo (in WebCab.COM.StatisticsDemo.dll)

See Also

StudentHypothesis Members | WebCab.COM.Statistics.Hypothesis Namespace