Hypothesis testing is a method of statistical inference used to determine if there is enough evidence in a sample to conclude that a certain condition is true for the entire population.
October 20, 2024
Hypothesis testing is a method of statistical inference used to determine if there is enough evidence in a sample to conclude that a certain condition is true for the entire population.
The test statistic is a standardized value that is calculated from sample data during a hypothesis test.
\[ Z = \frac{\bar{X} - \mu}{\frac{\sigma}{\sqrt{n}}} \]
The p-value is the probability of observing test results at least as extreme as the results actually observed, under the assumption that the null hypothesis is correct.
Confidence intervals show the range in which we expect the true population parameter to lie.