1. Testing
1. Testing
Significance Tests:
The Basics
Knowledge Objectives
• Explain why significance testing looks for evidence
against a claim rather than in favor of the claim
• Define P-value
1 2 3
a a b b
Critical Regions
• Normality
– For means: population normal or large enough
sample size for CLT to apply or use t-procedures
– t-procedures: boxplot or normality plot to check for
shape and any outliers (outliers is a killer)
– For proportions: np ≥ 10 and n(1-p) ≥ 10
• Independence
– Population, N, such that N > 10n
Test Statistics
Principles that apply to most tests:
Conditions Check:
1) SRS : stated in problem statement
2) Normality : n = 400 suggest CLT would apply to x-bar
3) Independence:
n = 400 means we must assume over 4000 calls
each year that involve life-threatening injuries
Hypothesis Testing Approaches
• P-Value
– Logic: Assuming H0 is true, if the probability of getting a
sample mean as extreme or more extreme than the one
obtained is small, then we reject the null hypothesis (accept
the alternative).
• Confidence Intervals
– Logic: If the sample mean lies in the confidence interval about
the status quo, then we fail to reject the null hypothesis
Confidence Interval Approach
FTR Region
LB UB
-z*α/2 z*α/2
μ0
Reject Regions
Reject Regions
x – μ0
Test Statistic: z0 = ------------- z* = invnorm(1-α/2)
σ/√n
Reject Regions
x – μ0
Test Statistic: z0 = -------------
σ/√n
z0 -|z0| |z0| z0
P-Value is the
area highlighted
x – μ0
Test Statistic: z0 = -------------
σ/√n
Reject null hypothesis, if
P-Value < α
= -2.2
= 0.0139 (unusual !)
• Homework
– 11.3, 11.6 – 11.8, 11.12 – 11.14, 11.19