Statistical Hypothesis Testing
Statistical Hypothesis Testing is an important area of statistics. It helps make a lot of decisions about the datasets at hand. Read through this lesson to learn more.
Statistical hypothesis testing
What is a hypothesis?
A hypothesis is a testable statement, which is tested using some investigation or experimentation. We make specific assumptions about the dataset which is called the hypothesis and they are further accepted or rejected using some methods.
Hypothesis testing
Hypothesis testing is a statistical analysis that uses sample data to assess two mutually exclusive theories about the properties of a population. We make a hypothesis about the dataset at hand and ask different questions. Hypothesis testing helps us to find the likelihood of answers to those questions that we ask.
These methods produce output which helps us to further accept or reject the assumption made about the dataset.
Null hypothesis (H0)
The assumption we make initially about the dataset and the statistical test assumes, are called the null hypothesis.
Alternative hypothesis (H1)
The alternative assumption holds the assumption we make after the experimentation fails.
We will show you an example to further clarify the definitions of the above terms.
Type 1 Error
The error happens when we fail to accept the null hypothesis meaning we reject the null hypothesis when it should be accepted. It is also called a false positive. The probability of committing a Type 1 error is called the significance level, and it is denoted by .
Type 2 Error
The error that happens when we fail to reject the null hypothesis, meaning we accept the null hypothesis when it should be rejected. It is also called a false negative. The probability of committing a Type 2 error is denoted by ...