WebCab Probability and Statistics for .NET v3.3 Demo

NormalConfidence Class

The NormalConfidence class 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 class should be used when the sample size is large (i.e. the number of elements is > 30).

Further Details

The class 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 class should be used instead.

Requirements

Namespace: WebCab.Libraries.Statistics.Hypothesis

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

See Also

NormalConfidence Members | WebCab.Libraries.Statistics.Hypothesis Namespace