A statistical hypothesis is a statement about the parameters of one or more populations.
Null hypothesis: \(H_0: \theta = \theta_0\)
Alternative hypothesis: \(H_1: \theta \neq \theta_0\)
What is the distribution of the sample mean?
\[\alpha = P(\text{type I error})=P(\text{reject }H_0\text{ when }H_0\text{ is true})\]
This probability is also called the significance level (or the size of the test)
How can we reduce \(\alpha\)?
\[\beta = P(\text{type II error})=P(\text{fail to reject }H_0\text{ when }H_0\text{ is false})\]
The probability of a type II error increases rapidly when the true value of \(\mu\) approaches the hypothesized value
The power of a statistical test is the probability of rejecting the null hypothesis \(H_0\) when the alternative hypothesis is true.
The p-value is the smallest level of significance that would lead to rejection of the null hypothesis \(H_0\) with the given data.
\[H_0: \mu=50;H_1: \mu \leq 50\]
Assume \(n=16\), \(\sigma=2.5\) and \(\overline{x}=51.3\)
\[P\text{-value}=1-P(48.7<\overline{X}<51.3)\] \[=1-P(-2.08< Z <2.08)\] \[=0.038\]