- Hypothesis Testing is a way in statistics to determine if a sample in a population has the proper evidence to support a claim.
2025-06-10
Two-Tailed Test, Left-Tailed Test, and Right-Tailed Test: \[ \begin{aligned} H_0 &: \mu = 50 \\ H_1 &: \mu \ne 50 \end{aligned} \] \[ \begin{aligned} H_0 &: \mu \ge 50 \\ H_1 &: \mu < 50 \end{aligned} \] \[ \begin{aligned} H_0 &: \mu \le 50 \\ H_1 &: \mu > 50 \end{aligned} \]
The Z statistic is used when the population standard deviation is known:
\[ Z = \frac{\bar{x} - \mu_0}{\sigma / \sqrt{n}} \]
line = list(color = 'red')) %>%
xaxis = list(title = "T-value"),
yaxis = list(title = "Density"))