WebCab Probability and Statistics Web Services for .NET v3.3 Demo

StudentHypothesis Class

The StudentHypothesis XML Web service 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 XML Web service should be used.

Functionality Offered

This XML Web service 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 XML Web service might be more appropriate.

Requirements

Namespace: Hypothesis

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

See Also

StudentHypothesis Members | Hypothesis Namespace