Performs one-sided hypothesis testing for the mean.
boolean true if the null hypothesis (H0) cannot be rejected, false if the null hypothesis can be rejected
Given a sample where the mean `u', standard deviation `d' and size `n' is known we can conduct the following statistical test:
H0: u >= h Ha: u < h if 'greater' is true or H0: u <= h Ha: u > h if 'greater' is falseat 's%' significance level, where 'h' is the claimed mean.
StudentHypothesis Class | WebCab.Libraries.Statistics.Hypothesis Namespace