Hypothesis Testing Calculator
Run a one-sample z-test and get the decision.
A z-test checks whether a sample mean differs significantly from a hypothesized value.
The math behind it
z = (sample mean - null mean) / (sigma / sqrt(n)). If the two-tailed p-value is below alpha, reject the null.
Worked example
mean 105, mu 100, sigma 15, n 36 gives z = 2, p about 0.046, reject H0.
FAQ
What is the null hypothesis?
The default claim of no effect or no difference being tested against.