Hypothesis Testing
Introduction to Hypothesis Testing
Hypothesis testing is a statistical process used to determine the likelihood that a given hypothesis is true.
The goals of the lesson:
Understand the fundamentals of hypothesis testing.
Explore null and alternative hypotheses.
Determine test statistics and levels of significance.
Gather data and calculate statistics.
Draw conclusions and understand types of errors.
Definition of a Hypothesis
A hypothesis is a theory or premise, often a claim needing investigation.
In science, it refers to claims about real-world phenomena.
In statistics, it concerns claims about population parameters (e.g., population mean, proportion, variance).
Procedure for Hypothesis Testing
State the null and alternative hypotheses.
Determine the appropriate distribution for the test statistic and specify the level of significance.
Gather data and calculate sample statistics.
Draw a conclusion and interpret the decision.
Step 1: Null and Alternative Hypotheses
Alternative Hypothesis (Hₐ): Represents a mathematical statement about a population parameter that the researcher seeks to support; also known as the research hypothesis.
Null Hypothesis (H₀): The hypothesis that reflects the currently accepted value; it is a statement of equality (e.g., H₀: μ = μ₀).
Step 2: Test Statistic and Level of Significance
A test statistic is a value derived from the sample data that is used to decide about the null hypothesis.
A statistic is statistically significant if it is unlikely to occur by chance under the null hypothesis.
Level of Significance (α): The probability of rejecting a true null hypothesis, where α = 1 - C (C is the confidence level).
Step 3: Data Collection and Calculation
Use appropriate sampling techniques for data gathering.
Calculate sample statistics necessary for test statistic determination.
Compute the test statistic based on your probability distribution.
Step 4: Conclusion and Interpretation
The hypothesis test evaluates whether the data is consistent with the null hypothesis.
Possible conclusions:
Reject the null hypothesis.
Fail to reject the null hypothesis.
Types of Errors in Hypothesis Testing
Type I Error: Occurs when a true null hypothesis is incorrectly rejected (represented by α).
Type II Error: Occurs when a false null hypothesis fails to be rejected (represented by β).
Conclusion
The video covered the fundamental concepts of hypothesis testing, including procedures, interpretations, and potential errors.