Binomial Parameters
| English | Chinese | Pinyin |
|---|---|---|
| parameters | 参数 | cān shù |
The binomial mean
- For a binomial variable, the mean has a beautifully simple formula:
-
$$\mu_X = np$$
- Trials times success-probability — the expected number of successes.
- Flip a coin $100$ times: expect $\mu_X = 100 \times 0.5 = 50$ heads.
The binomial standard deviation
- The standard deviation is:
-
$$\sigma_X = \sqrt{np(1-p)}$$
- It measures how much the count of successes typically varies.
- These two parameters 参数 ($\mu_X$, $\sigma_X$) summarize the whole binomial distribution.
The shape
- The shape depends on $p$: at $p = 0.5$ the distribution is symmetric.
- $p < 0.5$ → skewed right; $p > 0.5$ → skewed left.
- As $n$ grows, the shape becomes more symmetric and bell-like (even for skewed $p$).
- This near-normal shape for large $n$ powers the inference in later units.
Interpret in context
- Always state the parameters in the problem's own words.
- $\mu_X$: "we expect about $np$ successes on average."
- $\sigma_X$: "the number of successes typically varies by about $\sigma_X$."
- Numbers mean little until tied back to the real situation.
The tidy formulas $\mu=np$ and $\sigma=\sqrt{np(1-p)}$ are for the binomial setting only — don't use them for a general random variable, and only after the BINS conditions check out. And note the SD uses $p(1-p)$: it's largest at $p=0.5$ and shrinks as $p$ nears $0$ or $1$ (extreme $p$ makes the count more predictable).
A free-throw shooter makes $p = 0.8$; she takes $n = 25$ shots. $X =$ makes.
- Mean: $\mu_X = 25 \times 0.8 = 20$ makes expected.
- SD: $\sigma_X = \sqrt{25 \times 0.8 \times 0.2} = \sqrt{4} = 2$.
- Shape: $p = 0.8 > 0.5$ → skewed left; with $n=25$ it's fairly bell-shaped.
For a binomial variable, the parameters are $\mu_X = np$ and $\sigma_X = \sqrt{np(1-p)}$. The shape is symmetric at $p=0.5$, skewed otherwise, and more bell-like as $n$ grows. Always interpret $\mu_X$ and $\sigma_X$ in context — expected successes and their typical variation.
Shape of a binomial distribution
With p ≠ 0.5 the distribution is skewed; larger n looks more bell-like.
A binomial has n = 25, p = 0.8. Find the mean np.
μ = np = 25 × 0.8 = 20.
For n = 25, p = 0.8, find the standard deviation √(np(1−p)).
√(25·0.8·0.2) = √4 = 2.
A binomial distribution is exactly symmetric when...
p = 0.5 gives a symmetric distribution.
As n increases, a binomial distribution becomes more bell-shaped (more symmetric).
Large n pushes the shape toward normal.
The binomial standard deviation √(np(1−p)) is largest when...
p(1−p) peaks at p = 0.5.