Performs one-sided hypothesis testing for proportions.
boolean true if the null hypothesis (H0) cannot be rejected, false if it can be rejected
Given a sample with a sample percentage `p' and size `n'. We conduct the following statistical test:
H0: p >= h Ha: p < h if `greater' is true or H0: p <= h Ha: p > h if `greater' is falseat `s%' significance level, where h is the claimed percentage.
StudentHypothesis Class | Hypothesis Namespace