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 choiceAP Practice
Supplemental Materials
call kaiCall Kai
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 (H0H_0)

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

8
New cards

Alternative hypothesis (Hₐ)

The competing claim the test seeks evidence for; can be two-sided (
e), right-tailed (\gt), or left-tailed (\lt).

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 H0H_0 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_0 (common values: 0.05 or 0.01).

12
New cards

Reject H0H_0

Decision made when p-value α\boldsymbol{≤} \boldsymbol{α}; the data provide evidence supporting HaH_a.

13
New cards

Fail to reject H0H_0

Decision made when p-value >α> \boldsymbol{α}; the data do not provide enough evidence to support HaH_a (this is not the same as accepting H0H_0).

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_0: np_0 \ge 10 and n(1-p_0) \ge 10.

16
New cards

Test statistic (one-proportion z)

z = \frac{(\hat{p} - p_0)}{\sqrt{p_0(1-p_0)/n}}; measures how many standard deviations \hat{p} is from p_0 under H_0.

17
New cards

Standard error under the null (one-proportion)

\sqrt{p_0(1-p_0)/n}; the standard deviation of \hat{p} assuming H_0 is true.

18
New cards

Right-tailed test

A test with H_a: p \gt p_0; the p-value is the area to the right of the observed z.

19
New cards

Left-tailed test

A test with H_a: p \lt p_0; the p-value is the area to the left of the observed z.

20
New cards

Two-sided test

A test with H_a: p
e p_0; 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: \hat{p} \pm z* \sqrt{\frac{\hat{p}(1-\hat{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* \approx 1.96 for 95%).

23
New cards

Two-proportion z interval (for p1p2p_1 - p_2)

A confidence interval estimating p1p2\boldsymbol{\text{p}}_1 - \boldsymbol{\text{p}}_2 using an unpooled standard error: (\boldsymbol{\text{p}}_1 - \boldsymbol{\text{p}}_2) \text{ } \boldsymbol{±} z^* \text{ } \boldsymbol{\sqrt}(\frac{\boldsymbol{\text{p}}_1(1-\boldsymbol{\text{p}}_1)}{n_1} + \frac{\boldsymbol{\text{p}}_2(1-\boldsymbol{\text{p}}_2)}{n_2}).

24
New cards

Two-proportion z test

A significance test comparing two population proportions, often with H_0: p_1 = p_2 (equivalently p_1 - p_2 = 0), using a pooled estimate for the standard error under H_0.

25
New cards

Pooled proportion (p̂)

For testing H0:p1=p2H_0: p_1 = p_2, the combined estimate p^=x1+x2n1+n2\hat{p} = \frac{x_1 + x_2}{n_1 + n_2}, used to compute the pooled standard error in a two-proportion z test.