BackHypothesis Tests Regarding a Parameter: Concepts, Procedures, and Applications
Study Guide - Smart Notes
Tailored notes based on your materials, expanded with key definitions, examples, and context.
Chapter 10: Hypothesis Tests Regarding a Parameter
10.1 The Language of Hypothesis Testing
Hypothesis testing is a statistical procedure used to make inferences about population parameters based on sample evidence and probability. This section introduces the foundational concepts and steps in hypothesis testing.
Hypothesis: A statement regarding a characteristic of one or more populations.
Null Hypothesis (H0): A statement of no effect or no difference, tested for possible rejection.
Alternative Hypothesis (H1 or Ha): A statement indicating the presence of an effect or difference.
Steps in Hypothesis Testing:
Make a statement regarding the nature of the population.
Collect evidence (sample data) to test the hypothesis.
Analyze the data to assess the plausibility of the statement.
Types of Hypotheses:
Equal hypothesis versus not equal hypothesis (two-tailed test)
Equal hypothesis versus greater than hypothesis (right-tailed test)
Equal hypothesis versus less than hypothesis (left-tailed test)
Example: Flipping a coin multiple times to test if it is fair (H0: p = 0.5, H1: p ≠ 0.5).
Type I and Type II Errors
When conducting hypothesis tests, two types of errors can occur:
Type I Error (α): Rejecting the null hypothesis when it is actually true.
Type II Error (β): Failing to reject the null hypothesis when it is actually false.
Probability of Errors:
α = P(Type I error) = P(rejecting H0 when H0 is true)
β = P(Type II error) = P(not rejecting H0 when H0 is false)
Significance Level (α): The probability of making a Type I error, commonly set at 0.05 or 0.01.
Conclusion | H0 True | H0 False |
|---|---|---|
Do Not Reject H0 | Correct | Type II Error |
Reject H0 | Type I Error | Correct |
Stating Conclusions
If the null hypothesis is not rejected, state that there is not enough evidence to support the alternative hypothesis.
If the null hypothesis is rejected, state that there is sufficient evidence to support the alternative hypothesis.
10.2 Hypothesis Tests for a Population Proportion
This section explains how to test hypotheses about a population proportion using the binomial probability distribution and normal approximation.
Logic of Hypothesis Testing for Proportions
Let p = population proportion, p̂ = sample proportion, n = sample size.
Assume the null hypothesis is true and calculate the probability of observing the sample result.
Test Statistic for Proportion:
p̂ = sample proportion
p0 = hypothesized population proportion
n = sample size
Assumptions:
Simple random sample
np0 ≥ 5 and n(1-p0) ≥ 5 (sample size large enough for normal approximation)
Classical and P-value Approaches
Classical Approach: Compare the test statistic to critical values from the standard normal distribution.
P-value Approach: Calculate the probability of observing a value as extreme as the test statistic. If P-value ≤ α, reject H0.
P-value | Conclusion |
|---|---|
P-value ≤ α | Reject H0 |
P-value > α | Do not reject H0 |
Testing Hypotheses about a Population Proportion: Steps
State the null and alternative hypotheses.
Verify assumptions (random sample, sample size conditions).
Calculate the test statistic.
Find the P-value or compare to critical value.
State the conclusion in context.
Example: Testing if the proportion of students who prefer blue is different from a known value.
Binomial Probability Distribution Approach
If np0 or n(1-p0) < 5, use the binomial probability distribution instead of the normal approximation.
10.3 Hypothesis Tests for a Population Mean
This section covers hypothesis testing for a population mean, including both large and small samples.
Testing Hypotheses about a Mean
For large samples (n ≥ 30), use the z-test:
For small samples (n < 30), use the t-test:
Where is the sample mean, is the hypothesized mean, is the population standard deviation (if known), is the sample standard deviation (if is unknown), and is the sample size.
Steps in Testing Hypotheses about a Mean
State the null and alternative hypotheses (two-tailed, left-tailed, or right-tailed).
Select a level of significance (α).
Calculate the test statistic (z or t).
Find the P-value or compare to critical value.
State the conclusion in context.
Example: Testing if the mean ticket price or mean exit velocity of home runs differs from a known value.
Statistical Significance vs. Practical Significance
Statistical significance: The result is unlikely to have occurred by chance, given the null hypothesis is true.
Practical significance: The result is large enough to be meaningful in a real-world context.
Example: A large sample may yield a statistically significant result, but the actual difference may be too small to matter in practice.
10.4 Putting It Together: Which Method Do I Use?
This section provides guidance on selecting the appropriate hypothesis test based on the parameter of interest (proportion, mean, or standard deviation) and sample size.
Identify the parameter and the type of data.
Choose the correct test (z-test, t-test, chi-square test, etc.).
10.5 Hypothesis Tests for a Population Standard Deviation
This section introduces hypothesis testing for a population standard deviation using the chi-square distribution.
Chi-Square Distribution
Used to test hypotheses about the variance or standard deviation of a normally distributed population.
Test statistic:
Where is the sample variance, is the hypothesized population variance, and is the sample size.
Degrees of Freedom | Shape |
|---|---|
Low (e.g., 2) | Highly skewed right |
Moderate (e.g., 10) | Less skewed |
High (e.g., 30+) | Nearly symmetric |
Steps in Testing Hypotheses about a Standard Deviation
State the null and alternative hypotheses (two-tailed, left-tailed, or right-tailed).
Select a level of significance (α).
Calculate the test statistic (chi-square).
Find the P-value or compare to critical value from the chi-square distribution.
State the conclusion in context.
Example: Testing if the standard deviation of a machine's output or test scores differs from a known value.
Summary Table: Hypothesis Test Selection
Parameter | Sample Size | Population Distribution | Test Statistic |
|---|---|---|---|
Proportion (p) | Large (np, n(1-p) ≥ 5) | Any | z |
Mean (μ) | Large (n ≥ 30) | Any | z |
Mean (μ) | Small (n < 30) | Normal | t |
Standard Deviation (σ) | Any | Normal | chi-square |
Additional info: These notes are based on textbook-style explanations and include examples, formulas, and summary tables to provide a comprehensive overview of hypothesis testing for college statistics students.