Performs hypothesis testing about the mean.
boolean a boolean value is returned which is 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 conducts the following hypothesis test:
H0: u = h Ha: u != h, to a `s%' significance level.where `h' is the claimed mean and H0, Ha represent the null and alternative hypothesis respectively.
NormalHypothesis Class | WebCab.COM.Statistics.Hypothesis Namespace