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

StudentConfidence Class

The StudentConfidence XML Web service calculates confidence intervals for the mean and proportions using the t-distribution.

For a list of all members of this type, see StudentConfidence Members.

System.Object
   StudentConfidence

public class StudentConfidence

Remarks

It must be used when the sample size is small (i.e. when the sample size is less than 30).

Further Details

This XML Web service has been developed to compute confidence intervals for small samples (i.e. sample with under 30 elements), where the populations are normally or near-normally distributed. In this case the Students t-distribution rather than the normal distribution is used to model the distribution. If the sample size is large, the NormalConfidence XML Web service should be used instead.

Requirements

Namespace: Hypothesis

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

See Also

StudentConfidence Members | Hypothesis Namespace