Performs hypothesis testing for proportions.
boolean true if the null hypothesis (H0) cannot be rejected, false if it can be rejected
Given a sample where the sample percentage `p' and the sample size `n' are known. We can conduct the following statistical test:
H0: p = h Ha: p != h at `s%' significance level.where h is the claimed percentage.
StudentHypothesis Class | WebCab.Libraries.Statistics.Hypothesis Namespace