Evaluates the bounds of the Upper and Lower one-sided confidence intervals for a given proportion 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 proportion and the size are known we can calculate the one-sided confidence interval for the population proportion at a given confidence level. The confidence interval returned represents the interval in which the proportion (or percentage) of the sample is believed to lie to a given degree of confidence set.
NormalConfidence Class | Hypothesis Namespace