Calculates the bounds of the Upper and Lower one-sided confidence interval about the mean of the sample.
double[] an array of length two corresponding to the upper and lower boundaries of the confidence interval. The first term of the array returned corresponds to the lower bound of the boundary and the second terms to the upper bound of the boundary of the confidence interval.
When the sample's mean, standard deviation and size are known we can calculate a one-sided confidence interval for the population mean at a given confidence level. The confidence interval returned represents the interval in which the mean of the entire population is believed to lie to a given level of confidence.
NormalConfidence Class | WebCab.COM.Statistics.Hypothesis Namespace