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
This class should be used when the sample size is large (i.e. the number of elements is > 30).
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.
Namespace: WebCab.COM.Statistics.Hypothesis
Assembly: WebCab.COM.StatisticsDemo (in WebCab.COM.StatisticsDemo.dll)
NormalConfidence Members | WebCab.COM.Statistics.Hypothesis Namespace