Memra

The binomial distribution

◈ 7 cards

Four conditions, the pmf with ₙCₓ, and μ = np, σ² = np(1 − p) — on an audit of twelve expense claims.

Counting successes in a fixed number of trials

A Bernoulli trial has two outcomes — call them success and failure, whatever they are in context. Repeat it and count the successes, and under four conditions the count has a binomial distribution:

  1. a fixed number of trials;
  2. each trial has two outcomes (success / failure);
  3. the success probability is the same on every trial;
  4. the trials are independent.

Write . The pmf is

Read it as a product of three things: the number of arrangements of successes among trials (L5.6's combination), the probability of the successes, and the probability of the failures. The mean and variance need no table:

Worked example — twelve expense claims

Maple Ledger audits 12 expense claims. Historically 15 % of claims contain an error, and the claims come from different employees. Let = the number of the 12 that contain an error. Fixed ; each claim has or lacks an error; throughout; independent claims — .

Exactly two with an error:

None: — the combination is and , so only the failures remain.

Mean and SD: errors; ; . Expect about two erroneous claims, give or take one.

The scaffold the paper rewards

Every binomial question is answered in the same three lines: define in words (" = number of the 12 claims with an error"), state the distribution (), translate the phrase into an inequality. Then compute. The first two lines earn marks on their own and prevent the third from going wrong.

When it is not binomial

The condition that fails most often is the fixed . "The number of claims audited until the first error is found" has no fixed number of trials — the count is open-ended and the distribution is not binomial. And condition 4 is strained by sampling without replacement: drawing 12 claims from a file of 40 changes with each draw. The convention is that the binomial is acceptable when the sample is less than 10 % of the population — 12 of 400 claims, yes; 12 of 40, no.

NORMAL ~/memra/learn/afm-113/the-binomial-distribution utf-8 LF