Memra

The sampling distribution of p̂

◈ 7 cards

A sample proportion is the mean of 0/1 data: E(p̂) = p, SD(p̂) = √(p(1 − p)/n), and p̂ is approximately normal when np ≥ 5 and n(1 − p) ≥ 5.

A proportion is a mean

Code each sampled invoice as 1 if it is paid late and 0 if not. The sample proportion late,

is the mean of those 0/1 values — so everything Module 8 has said about applies to , once the population mean and variance of a 0/1 variable are known. A single 0/1 value with has mean and variance (Module 6's table method on two rows). Substituting into L8.2's results:

is unbiased for , and its standard error shrinks with like every other mean. Equivalently, is binomial, is the binomial divided by , and L6.3's scaling rule divides by and by — the same two formulas.

When it is normal

A 0/1 population is as far from normal as a population can be, so L8.3 never applies and the shape comes from the CLT — with the binomial's own condition standing in for "": is approximately normal when

— the conditions of L7.5, because this is the normal approximation to the binomial, rescaled. No continuity correction is applied to in this course: it is treated as a mean, not a count.

Worked example — late payers at Northfield

Across Northfield Credit's customer base, 20 % of invoices are paid late: . A quality reviewer samples invoices. Then and , both far above 5, so

Probability the sample shows more than 23 % late.

About one sample in fifteen would show 23 % or more late even though the true rate is 20 %. By symmetry, as well; the middle 95 % of sample proportions lie within of 0.20 — Module 12's confidence interval, seen from the population's side.

Which goes in the SE

The SE formula uses the population proportion . In this module is given, and the calculation is exact. In Module 12, is unknown — the whole point of the exercise — and the sample's stands in for it in a confidence interval, while the hypothesised is used in a test. Which one goes under the root is a mark on every proportion question; here, with known, it is 0.20.

Notation

IBS1 writes the sample proportion ; the course, the handouts and the paper write ("p-hat"). They are the same quantity. Read in the textbook as and write on the paper.

NORMAL ~/memra/learn/afm-113/the-sampling-distribution-of-p-hat utf-8 LF