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

NormalConfidence Class

The NormalConfidence XML Web service calculates the confidence intervals for the mean or proportions using the normal distribution.

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

System.Object
   NormalConfidence

public class NormalConfidence

Remarks

This XML Web service should be used when the sample size is large (i.e. the number of elements is > 30).

Further Details

The XML Web service was designed to compute confidence intervals for large samples (i.e. sample with over 30 elements) taken from populations that are normally or near-normally distributed. As a result it uses the standard normal distribution. If the sample size is small, the StudentConfidence XML Web service should be used instead.

Requirements

Namespace: Hypothesis

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

See Also

NormalConfidence Members | Hypothesis Namespace