Hypothesis Testing
Hypothesis Testing
TESTING
BUA212
OUTLINE
• Hypothesis Testing
• Null and alternative hypotheses.
• Types of errors in hypothesis testing.
• P-value, t-tests, z-tests: concepts and applications in business
DEFINITION AND PURPOSE
Z-tests
Used for large samples (n ≥ 30) or when population variance is known.
• Types
• One-sample z-test: Compare a sample mean to a known population
mean
• Two-sample z-test: Compare means of two large independent groups.
• Business Example
T-test: Used when sample size is small (n < 30) and population variance
is unknown.
• One-sample T-test: Tests if the sample mean is significantly
different from a known population mean.
• Two-sample T-test: Tests if the means of two independent
samples are significantly different.
• Paired T-test: Tests if the means of two related groups are
significantly different. e.g., before and after data).
• Business Example: Comparing employee satisfaction scores before and
after a new policy.
COMMON HYPOTHESIS TESTS
Chi-square Test
• Used for categorical data to test the association between variables or the
goodness of fit.
ANOVA (Analysis of Variance)
Used to compare the means of three or more groups.
• One-way ANOVA: Tests for differences among group means.
• Two-way ANOVA: Tests for the interaction effect between two independent
variables.
ASSUMPTIONS AND CONDITIONS
• H₀ : The average weight of the dumbbells may not be greater than 90lbs
• H1: The average weight of the dumbbells may be greater than 90lbs
Since the sample size is more than 30, the Z-test is used
• = 66, μ = 65, n = 50, σ = 3, α = 0.05
• = = 2.36
• Compare Z-value to critical value (±1.96)
• As 2.36 > 1.96, the null hypothesis is rejected.
Conclusion: The average height of the sample is different from the known population mean
height.