Performs hypothesis testing about means.
boolean true if we cannot reject the null hypothesis (H0) or false if we can reject it
Having one sample with mean `u', standard deviation `d' and size `n', we can conduct the following hypothesis test:
H0: u = h Ha: u != h at 's%' significance level.where 'h' is the claimed mean.
StudentHypothesis Class | WebCab.COM.Statistics.Hypothesis Namespace