Inference for Proportions: Hypothesis Tests, Errors, and Two-Proportion Inference

0.0(0)
Studied by 0 people
0%Unit 6 Mastery
0%Exam Mastery
Build your Mastery score
multiple choiceMultiple Choice
call kaiCall Kai
Supplemental Materials
Card Sorting

1/24

Last updated 3:08 PM on 3/12/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

25 Terms

1
New cards

Statistical inference

Using data from a sample to draw conclusions about a population parameter.

2
New cards

Population proportion (p)

The true (usually unknown) proportion of individuals in a population with a specified characteristic.

3
New cards

Sample proportion (p̂)

The proportion of individuals in a sample with the characteristic; computed as p̂ = x/n.

4
New cards

Parameter

A fixed (but often unknown) numerical value that describes a population (e.g., p).

5
New cards

Statistic

A numerical value computed from sample data that estimates a parameter (e.g., p̂).

6
New cards

Significance test (hypothesis test)

A formal procedure that uses sample data to evaluate a claim about a population parameter by assessing how surprising the sample result would be if a “status quo” claim were true.

7
New cards

Null hypothesis (H₀)

The default/status quo claim about a parameter; typically includes an equals sign and a specific value (e.g., H₀: p = 0.40).

8
New cards

Alternative hypothesis (Hₐ)

The competing claim the test seeks evidence for; can be two-sided (≠), right-tailed (>), or left-tailed (<).

9
New cards

Null value (p₀)

The hypothesized value of the population proportion stated in the null hypothesis (used in test calculations and conditions).

10
New cards

p-value

The probability, assuming H₀ is true, of getting a result at least as extreme as the one observed.

11
New cards

Significance level (α)

A chosen cutoff for deciding when evidence is strong enough to reject H₀ (common values: 0.05 or 0.01).

12
New cards

Reject H₀

Decision made when p-value ≤ α; the data provide evidence supporting Hₐ.

13
New cards

Fail to reject H₀

Decision made when p-value > α; the data do not provide enough evidence to support Hₐ (this is not the same as accepting H₀).

14
New cards

One-proportion z test

A significance test for a single population proportion p that uses a Normal approximation to the sampling distribution of p̂ when conditions are met.

15
New cards

Conditions for a one-proportion z test

(1) Random sample or randomized experiment, (2) Independence via the 10% condition if sampling without replacement, (3) Large counts using p₀: np₀ ≥ 10 and n(1−p₀) ≥ 10.

16
New cards

Test statistic (one-proportion z)

z = (p̂ − p₀) / sqrt(p₀(1−p₀)/n); measures how many standard deviations p̂ is from p₀ under H₀.

17
New cards

Standard error under the null (one-proportion)

sqrt(p₀(1−p₀)/n); the standard deviation of p̂ assuming H₀ is true.

18
New cards

Right-tailed test

A test with Hₐ: p > p₀; the p-value is the area to the right of the observed z.

19
New cards

Left-tailed test

A test with Hₐ: p < p₀; the p-value is the area to the left of the observed z.

20
New cards

Two-sided test

A test with Hₐ: p ≠ p₀; the p-value is twice the tail area beyond |z|.

21
New cards

Confidence interval (for p)

An interval estimate giving a range of plausible values for p; for a one-proportion z interval: p̂ ± z* sqrt(p̂(1−p̂)/n).

22
New cards

z* (critical value)

The standard Normal cutoff used in confidence intervals, determined by the desired confidence level (e.g., z* ≈ 1.96 for 95%).

23
New cards

Two-proportion z interval (for p₁ − p₂)

A confidence interval estimating p₁ − p₂ using an unpooled standard error: (p̂₁ − p̂₂) ± z* sqrt[p̂₁(1−p̂₁)/n₁ + p̂₂(1−p̂₂)/n₂].

24
New cards

Two-proportion z test

A significance test comparing two population proportions, often with H₀: p₁ = p₂ (equivalently p₁ − p₂ = 0), using a pooled estimate for the standard error under H₀.

25
New cards

Pooled proportion (p̂)

For testing H₀: p₁ = p₂, the combined estimate p̂ = (x₁ + x₂)/(n₁ + n₂), used to compute the pooled standard error in a two-proportion z test.