Bernoulli, Binomial, Poisson, and Normal Distributions
Prerequisite Knowledge
This lecture builds on the following concepts from earlier lectures. If any feel unfamiliar, review the linked notes before proceeding.
Previously Covered in This Subject
- 1.5.3 The Normal Distribution Preview — covered in Lecture 1
- 1.7 Preview — Probability Distributions — covered in Lecture 1
- 1.7.1 What is a Probability Distribution? — covered in Lecture 1
- 1.7.2 Named Distributions — covered in Lecture 1
- 1.7.3 Why the Normal Distribution Dominates — covered in Lecture 1
- 5.4.5 Analogy — Frequency Distribution to Probability Distribution — covered in Lecture 5
- 5.5 Introduction to Probability Distributions — covered in Lecture 5
- 5.5.2 Named Probability Distributions — covered in Lecture 5
- 6.2 Validating a Probability Distribution — covered in Lecture 6
- 6.4.3 Worked Example — Discrete Distribution (Finding Mean and Variance) — covered in Lecture 6
- 6.5 Cumulative Probability Distribution — covered in Lecture 6
- 6.6.5 Cumulative Distribution — covered in Lecture 6
- 6.8 Worked Example — Continuous Distribution (Exponential-Type) — covered in Lecture 6
- 6.9 Worked Example — Piecewise Continuous Distribution — covered in Lecture 6
- 6.10 Joint Probability Distributions — covered in Lecture 6
- 6.11 Marginal Probability Distributions — covered in Lecture 6
- 7.1.3 Joint Distributions — covered in Lecture 7
- 7.1.4 Marginal Distributions — covered in Lecture 7
- 7.4 Worked Example 1 — Discrete Joint Distribution Table — covered in Lecture 7
- 7.5 Worked Example 2 — Marginal Distributions from a Joint Table — covered in Lecture 7
- 7.7 Worked Example 4 — Continuous Joint Distribution — covered in Lecture 7
- 7.9 Named Probability Distributions — Overview — covered in Lecture 7
- 7.10 Bernoulli Distribution — covered in Lecture 7
- 7.10.2 The Bernoulli Table — covered in Lecture 7
- 7.10.4 When to Use Bernoulli — covered in Lecture 7
- 7.11 Binomial Distribution — covered in Lecture 7
- 7.11.4 Why "Binomial" — covered in Lecture 7
- 7.11.7 Binomial as a Generalization of Bernoulli — covered in Lecture 7
- 7.11.11 Worked Example — Given Mean and Variance, Find the Distribution — covered in Lecture 7
- 7.11.12 When Binomial Does NOT Apply — Two Diagnostic Examples — covered in Lecture 7
- 7.12 Poisson Distribution — covered in Lecture 7
- 7.12.3 Relationship to Binomial — The Rare Event Connection — covered in Lecture 7
- 7.12.4 Binomial vs Poisson — Quick Discrimination — covered in Lecture 7
- 7.12.5 Worked Example — Call Center (Poisson Identification) — covered in Lecture 7
- 7.13 Summary — Distribution Identification Cheat Sheet — covered in Lecture 7
Bernoulli, Binomial, Poisson, and Normal Distributions
8.1 Recap — Bernoulli and Binomial Distributions
Imagine a basketball player shooting free throws. Each shot is a Bernoulli trial — make or miss. If the player takes 10 shots and their success rate is 70%, the binomial distribution answers: what is the probability they make exactly 7 out of 10? The key is that each shot is independent — making the first shot does not change the probability of making the second.
Where the analogy breaks: In real basketball, players get tired or gain confidence, so the success probability may drift. The binomial model assumes constant — a simplification that works well when the trials are truly independent draws.
8.1.1 Bernoulli Distribution — Definition and Properties
The probability mass function of a Bernoulli random variable is:
Mean :
Variance:
where .
So a Bernoulli distribution is fully described by a single number . If you know , you know everything: mean = 0.3, variance = 0.21.
8.1.2 Binomial Distribution — Definition and Conditions
Probability mass function:
where:
- is the binomial coefficient — the number of ways to choose successes from trials.
- is the probability of any single sequence with exactly successes.
- Choose which trials are successes — ways.
- Each of those trials succeeds with probability — contributes .
- The remaining trials fail with probability — contributes .
Variance:
Standard deviation:
Two critical conditions for a binomial distribution:
- Independence: The outcome of any trial does not affect any other trial.
- Constant probability: The probability of success stays the same for every trial.
A: No. You also need to know the value of , that stays constant throughout, and that the trials are independent. For example, getting a right answer on an exam question should not depend on whether you got the previous question right.
8.1.3 Worked Example — Multiple-Choice Guessing
- — probability of exactly 3 correct
- — probability of at most 3 correct
- — probability of at least 1 correct
- Mean and variance
- Trials are independent and stays constant — this is binomial.
Step 3 — Compute :
Complement approach :
Step 4 — Compute :
Step 5 — Mean and variance:
Sense-check: With 5 questions and a 25% chance each, expecting 1.25 correct answers makes sense. The student will most likely get 0, 1, or 2 right. This is consistent with the high probability of getting at most 3 right.
Visual intuition: Picture a bar chart. The horizontal axis runs from to . The vertical axis shows probability. The tallest bar sits at — the most likely outcome is getting exactly one question right. The bars taper off toward both ends: has moderate height, is nearly invisible. The distribution is skewed right because is below 0.5 — the longer tail stretches toward higher values. With , the bars would be perfectly symmetric around the center.
- The number of trials is fixed in advance.
- Each trial has exactly two outcomes .
- Trials are independent — the outcome of one trial gives no information about another.
- The success probability is constant across all trials.
- Confusing and : Always double-check which is which. If the problem says "30% are defective," then is the probability of a defective , and is the probability of non-defective.
- Forgetting the binomial coefficient: is NOT just . You must multiply by because there are many different sequences that yield exactly 3 successes.
- Using the complement the hard way: For with , computing is faster than adding . Always check which tail has fewer terms.
- Mixing up variance and standard deviation: The variance is . The standard deviation is . If a problem asks for and you give , you lose the mark.
A: Independence means knowing the outcome of one trial tells you nothing about any other trial. If you flip a coin and get heads, the next flip is still 50-50. But if you draw cards from a deck without replacement, the draws are NOT independent — removing an ace changes the probability of the next card being an ace. That is why card-drawing problems often require the hypergeometric distribution, not the binomial.
Bridge: But what if is huge and is tiny — like defects in a factory producing thousands of units? Computing by hand is painful. The Poisson distribution, coming next, handles exactly that scenario by letting and .
Real-world connection: Binomial models appear everywhere in quality control. A factory samples units from each batch and counts how many are defective. Suppose the process is in control with . The binomial distribution tells the quality engineer the probability of finding 3 or more defectives in a sample. If that probability is tiny and yet 3 defectives are observed, the process may be out of control. This is the foundation of statistical process control , used in manufacturing from automotive to pharmaceuticals.
In medicine, binomial models power clinical trial design. If a new drug has a true response rate , the binomial distribution predicts how many patients out of will respond. Researchers use this to calculate the sample size needed to detect a meaningful effect.
8.1.4 Symbol Registry — Binomial Distribution
| Symbol | Meaning | LaTeX | Type / Domain |
|---|---|---|---|
| number of trials | integer, | ||
| probability of success per trial | scalar, | ||
| probability of failure per trial, | scalar, | ||
| number of successes in trials | integer, | ||
| binomial coefficient, "n choose x" | integer |
8.2 Poisson Distribution
Think of raindrops falling on a square tile. If rain falls uniformly at a constant average rate, the number of drops hitting a tile in one minute follows a Poisson distribution. The key insight: the Poisson emerges naturally when you take a binomial process with huge and tiny , and let while keeping the expected count fixed.
Where the analogy breaks: The Poisson assumes events happen independently at a constant average rate. If rain comes in bursts , or if cars travel in convoys, the independence assumption is violated — and the Poisson model underestimates the chance of extreme counts.
8.2.1 Definition and Formula
Probability mass function:
where:
- is the rate parameter — the average number of occurrences in the interval.
- is Euler's number.
- is the product , with .
This is a distinctive fingerprint of the Poisson distribution. If you compute the sample mean and sample variance from data and they are far apart, the Poisson model is unlikely to be a good fit.
How Poisson emerges from binomial: Start with a binomial distribution . Let and such that stays constant. Then:
The Poisson is the limiting case of the binomial when events are rare but opportunities are abundant.
8.2.2 When to Use Poisson Instead of Binomial
Two indicators point toward Poisson:
- No natural upper bound: takes values without a finite cap .
- Large , small : The number of trials is large and the per-trial success probability is small.
A: About the same. For large and small , binomial and Poisson give nearly identical results. The Poisson is an approximation that sacrifices a tiny bit of accuracy for enormous computational convenience. With and , the binomial requires computing for each term — the Poisson needs only powers and factorials.
8.2.3 Worked Example — Defective Units
Step 1 — Identify parameters:
Step 2 — Compute :
Using :
Sense-check: With an average of 6 defectives expected in a sample of 200, finding fewer than 2 is quite rare — about 1.7% chance. This makes sense: if the defect rate truly is 3%, seeing 0 or 1 defectives in 200 units would be an unusually clean batch.
Visual intuition: Picture a bar chart for the Poisson distribution with . The horizontal axis shows . The vertical axis shows probability. The bars rise from near-zero at , climb to a peak around or , then gradually taper off toward zero for larger . The distribution is slightly right-skewed for ; as grows larger, the Poisson shape approaches a symmetric bell curve — previewing the normal approximation we will see later.
- Events occur independently — one occurrence does not make another more or less likely.
- The average rate is constant over the interval.
- Two events cannot occur at exactly the same instant .
- Forgetting in the denominator: The Poisson formula has below, not above. Writing is a common mistake.
- Confusing the interval: If per hour and the question asks about a 30-minute window, you must adjust: for half an hour. The Poisson parameter scales linearly with the interval length.
- Using Poisson when binomial is more accurate: If is small and is not extreme, use binomial directly. Poisson is an approximation — valuable when is large, but unnecessary for .
- Misreading "less than" vs. "less than or equal": In discrete distributions, these differ. . . Always check the inequality sign.
Bridge: Both binomial and Poisson are discrete distributions — they assign probability to individual integers. But many real-world quantities are continuous. The normal distribution, coming next, handles continuous variables and is the single most important distribution in all of statistics.
Real-world connection: The Poisson distribution was originally developed by Siméon Denis Poisson in 1837 to model the number of wrongful convictions in French courts. Today, it powers queueing theory — call centers use it to predict incoming call volumes and staff appropriately. In traffic engineering, Poisson models estimate the number of cars arriving at an intersection per minute, which determines traffic light timing. In biology, the number of mutations in a strand of DNA per unit length follows a Poisson distribution. In finance, Poisson processes model the arrival of extreme market events in options pricing. Any field that counts random arrivals — customers, photons, earthquakes, website clicks — uses the Poisson distribution.
8.2.4 Symbol Registry — Poisson Distribution
| Symbol | Meaning | LaTeX | Type / Domain |
|---|---|---|---|
| Poisson parameter = mean = variance | scalar, | ||
| Euler's number ≈ 2.71828 | constant | ||
| count of occurrences | integer, |
8.3 Normal Distribution
Imagine dropping a handful of sand onto a flat surface. The pile builds highest at the drop point and spreads out symmetrically in all directions. The cross-section of that pile is a bell curve. Many small independent influences — tiny gusts of wind, slight hand tremors, minute variations in arrow weight — add up to produce the bell shape. This "many small causes add up" mechanism is why the normal distribution appears everywhere: measurement errors, biological traits, test scores, and financial returns.
Where the analogy breaks: The sand pile is finite — it has edges. The normal curve extends infinitely in both directions, never quite touching zero. Real heights and weights cannot be negative, so the normal distribution is always an approximation for physical quantities, but an extraordinarily good one.
8.3.1 Definition
Probability density function (PDF):
where:
- is the mean — the center of the curve, where the peak sits.
- is the standard deviation — controls how spread out the curve is.
- , .
The curve is called the normal curve, Gaussian curve, or most commonly, the bell curve. Different communities use different names: communication engineers say "Gaussian," management professionals say "bell curve."
8.3.2 Properties of the Normal Curve
- Bell-shaped — symmetric, unimodal shape. One peak, no bumps.
- Symmetric about the mean — the left half mirrors the right half exactly. For any symmetric distribution: mean = mode = median. All three measures of center coincide at the same point.
- Total area under the curve equals 1 — because it is a probability distribution and total probability must equal 1. The area between any two x-values gives the probability of the random variable falling in that range.
- Asymptotic — the curve approaches but never touches the x-axis. The tails extend to and . In theory, a height of 10 meters or -2 meters has nonzero probability .
- The Empirical Rule :
This rule gives quick mental estimates without a table. If test scores have and , roughly 68% of students scored between 70 and 80, and roughly 95% scored between 65 and 85.
8.3.3 The Integration Problem
This integral has no closed-form solution. The function does not have an elementary antiderivative — you cannot solve it with basic calculus techniques . This is a proven mathematical fact, not a shortcoming of your calculus skills. Numerical methods or pre-computed tables are the only practical way to evaluate normal probabilities.
Visual intuition: Picture the bell curve. The horizontal axis shows the values the random variable can take — test scores, heights, measurement errors. The vertical axis shows probability density — NOT probability itself, but how "concentrated" the probability is at each . The peak at means values near the mean are most likely. The curve falls off symmetrically on both sides. The inflection points — where the curve changes from "scooping downward" to "leveling out" — sit exactly at . Mark , , and on the axis: the middle 68% of probability lives between those two outer marks. The takeaway: the normal curve is the idealization of "most things cluster around average, with predictable scatter."
Bridge: Since we cannot integrate the normal PDF, how do we actually compute probabilities? The answer: we convert every normal problem to a single standardized version — the standard normal distribution — and use a pre-computed table. That is the topic of the next section.
Real-world connection: The normal distribution is the foundation of statistical inference. When pollsters report "margin of error ±3%," they rely on the fact that sample proportions are about normally distributed. When manufacturers set tolerance limits on parts, they use the normal distribution to predict what fraction will fall outside specs. In finance, the Black-Scholes options pricing model assumes stock returns are normally distributed. In machine learning, linear regression and many other models assume normally distributed errors. The normal distribution even underpins IQ scoring: IQ scores are deliberately normalized to have and , so exactly 68% of people score between 85 and 115.
8.4 Standard Normal Distribution
Think of standardization as putting every normal distribution through a universal translator. You feed in any and ; the Z-formula subtracts the mean and divides by the standard deviation . The output always has mean 0 and standard deviation 1. One table now serves all problems.
8.4.1 The Z-Transformation
What this transformation does:
- Centering: Subtracting shifts the distribution so the new mean is 0.
- Rescaling: Dividing by compresses or stretches the spread so the new standard deviation is 1.
This is the normal PDF with and plugged in — simpler than the general form, but still not integrable by hand.
Why the transformation works — the calculus:
Start with the normal PDF:
Substitute , so and .
Inside the integral for probability:
The from cancels with the outside the exponential. The result uses only the standard normal density — no , no .
A: When we substitute , the differential becomes . The from the differential cancels with the outside the exponential in the original PDF. Net result: the standard normal PDF has no factor. This cancellation is why the standard normal table is universal — it works regardless of the original and .
8.4.2 Two Benefits of Standardization
- Compute probabilities without integration. Values are read from a pre-computed standard normal table. No calculus needed.
- Compare any datasets on the same scale. After standardizing, every variable has mean 0 and standard deviation 1. A Z-score of means the same thing whether the original variable was height in cm, test scores, or income in dollars — it is always "two standard deviations above average."
Real-world application: In machine learning, this is called standard scaling or Z-score normalization. When preprocessing data for algorithms like support vector machines, K-means clustering, or neural networks, converting features to Z-scores ensures no feature dominates simply because of its scale. A feature measured in thousands would otherwise overwhelm a feature measured in single digits . Standard scaling is used alongside min-max scaling — the choice depends on the algorithm and whether outliers are a concern.
8.4.3 The Standard Normal Table
How to read the table: The Z-value is split into two parts:
- The row gives the first decimal place: the integer part and the tenths .
- The column gives the second decimal place: the hundredths .
- Find row 1.7.
- Find column 0.05.
- The intersection gives .
The table is fixed and universal. Since the standard normal distribution always has and , the same table works for every problem. You only need to convert your to first.
A: No. It is a standard table that never changes. After standardizing, the mean is always 0 and the spread is always 1, so one fixed table works for everything. The table was computed once — by numerical integration — and printed in every statistics textbook since.
Visual intuition: Picture the standard normal bell curve centered at 0. The horizontal axis shows Z-values like . The vertical axis shows density. Now shade the area from up to some Z-value, say . The shaded area covers most of the left half plus a big chunk of the right half — that is the 0.9599 from the table. The unshaded right tail is — about 4%. The table is essentially a lookup of "how much area is to the left of this Z-value."
- Confusing and : You MUST convert to before using the table. Looking up directly in the Z-table gives nonsense. Always compute first.
- Using variance instead of standard deviation: If the problem gives , then . Plugging 25 into the Z-formula as is a common and costly mistake.
- Reading the table backwards: The table gives . If you need , compute . Always check whether your answer should be more or less than 0.5 — if and your answer is below 0.5, you probably forgot to subtract from 1.
- Forgetting that the table typically only shows positive Z: For negative Z-values, use the symmetry property: . Do not try to look up directly in a positive-only table.
Bridge: Now that we have the table and the three fundamental cases , let us work through a series of examples to build fluency. The next section is a problem-solving drill.
8.4.4 Symbol Registry — Standard Normal
| Symbol | Meaning | LaTeX | Type / Domain |
|---|---|---|---|
| original random variable | continuous, | ||
| population mean | scalar | ||
| population standard deviation | scalar, | ||
| standard normal variable | continuous, | ||
| cumulative probability | scalar, |
8.5 Using the Standard Normal Table — Worked Examples
8.5.1 Three Fundamental Cases
| Case | Expression | Rule | Mental picture |
|---|---|---|---|
| Less than | — read directly from table | Shade everything left of | |
| Greater than | Shade everything right of | ||
| Between and | Shade the strip between them |
8.5.2 Example 1 — Less Than 1.75
This is the "less than" case — read directly from the table.
From the table: row 1.7, column 0.05 → .
Sense-check: is positive, so more than half the area should be to its left. 0.9599 > 0.5 ✓.
8.5.3 Example 2 — Greater Than 2.06
From the table: .
The table gives the area from to 2.06. We want the right tail beyond 2.06:
Sense-check: is far to the right. The right tail should be small. 0.0197 ≈ 2% ✓.
8.5.4 Example 3 — Scores Less Than 40
Given: , find .
Step 1 — Convert to Z:
So .
Step 2 — Read from table: Row 2.5, column 0.00 → .
Answer: .
Sense-check: 40 is 2.5 standard deviations above the mean of 30. Almost everything falls below 2.5σ above the mean — 99.38% is consistent with the empirical rule .
8.5.5 Example 4 — Scores Greater Than 38
Step 1 — Convert to Z:
Step 2 — Greater than case: From the table: .
Answer: .
Sense-check: 38 is exactly 2σ above the mean. The empirical rule says about 95% of values fall within ±2σ, so about 5% fall outside. Half of that is above +2σ. Our answer 2.28% is very close ✓.
8.5.6 Example 5 — Score Between 70 and 80
Step 1 — Convert both endpoints to Z:
So .
Step 2 — Between case:
Step 3 — Handle negative Z via symmetry: The standard normal table typically only has positive Z values. For negative Z, use:
This works because the normal curve is symmetric. The area to the left of equals the area to the right of .
So: .
= 2F - 1 \]
From the table: .
Answer: .
Sense-check: 70 and 80 are ±1.25σ from the mean. The empirical rule says about 68% within ±1σ. Since ±1.25σ is wider, the answer should exceed 68%. 78.88% sits between 68% and 95% ✓.
8.5.7 Example 6 — Between 26 and 40 with
Caution: The problem gives directly. If it gave variance = 25, you would need . Always check whether you have or .
Step 1 — Convert to Z:
Step 2 — Between case with negative Z: From table: , .
Note on vs. : When the variable is continuous, strict inequality and non-strict inequality give the same probability. The probability at a single point is zero, so including or excluding the endpoint does not change the result.
Sense-check: The interval spans from 0.8σ below to 2.0σ above the mean. Most of the probability mass is captured — 76.53% is plausible ✓.
8.5.8 Example 7 — Greater Than 45 with
Step 1:
Step 2: From table: .
Sense-check: 45 is 3σ above the mean. The empirical rule says 99.7% within ±3σ, so only 0.15% lies above +3σ. Our answer 0.0014 matches ✓.
8.5.9 Example 8 — "At Least" and "Greater Than"
"At least" means . Convert to Z, then use — identical to "greater than."
In a continuous distribution, because . The distinction between and matters only for discrete distributions like binomial and Poisson — for normal, they are the same.
8.5.10 Student Question — Handling Negative Z
A: Two approaches, depending on your table:
- If your table includes negative Z values: read directly.
- If your table only has positive values: use the symmetry formula . So .
8.5.11 Summary of Standard Normal Table Rules
| Problem type | Expression | Rule |
|---|---|---|
| Less than | — read directly from table | |
| Greater than | ||
| Between and | ||
| Negative Z |
Visual intuition for all cases: Draw the standard normal bell curve with 0 at center. For "less than ": shade from the far left tail all the way to 1.5 — a big area, about 0.93. For "greater than ": shade only the tiny right tail beyond 1.5 — about 0.07. For "between and ": shade the central stripe — about 0.68 by the empirical rule. The three cases correspond to left tail, right tail, and central stripe. The table always gives the left tail; everything else is subtraction.
8.6 Normal Approximation to the Binomial Distribution
Think of pixel art: from far away, a detailed pixel image looks smooth. The binomial is the pixel art — discrete bars, each an integer wide. The normal curve is the smooth photograph you see from a distance. The continuity correction accounts for the fact that each "pixel" spans from to in the continuous world.
8.6.1 Motivation — Why Approximate?
This requires computing 250 terms — each with a binomial coefficient involving factorials of 500. This is nearly impossible by hand and numerically unstable even for computers without careful algorithms.
By contrast, using the normal distribution: convert to and read one value from the table. The same amount of work regardless of whether or .
If someone allows us to use the normal distribution even when the problem is binomial, it is a huge simplification.
8.6.2 How Normal Approximation Works
Even though the original problem is discrete and binomial, we can use the continuous normal distribution by:
- Computing the binomial mean:
- Computing the binomial standard deviation:
- Converting to Z:
- Using the standard normal table
8.6.3 When to Apply Normal Approximation
Note on thresholds: Some textbooks use a less strict threshold of and . The professor uses and , which is more conservative and gives more accurate results. Use the professor's threshold for this course's exams.
Rationale: Research has shown that once both and exceed 15, the normal and binomial probabilities are close enough that the approximation is reliable. The stricter threshold ensures better accuracy, especially in the tails.
8.6.4 Worked Example — Validating the Conditions
- ✓
- ✓
Problem 2: 36% probability, . Can we use normal approximation?
- ✗
- ✓
8.6.5 The Continuity Correction — Why 13.5 Instead of 14?
The problem: In a discrete distribution, is a single point — it has probability mass. In a continuous distribution, a single point has probability zero. Continuous distributions always need an interval.
Values like 13.5, 13.6, 13.7, ..., up to 14.4 — when rounded to the nearest integer — all become 14. So in the continuous world, actually means .
This adjustment is called the continuity correction.
The rules:
| Discrete statement | Continuous equivalent |
|---|---|
A: In discrete math, the integer 14 corresponds to the continuous interval \[13.5, 14.5\). If you only use in the continuous integral, you miss the values from 13.5 to 14 that all round to 14. The continuity correction includes them. The difference in probability is usually small, but the correction makes the result more accurate.
Q: For greater than 14, do we need the correction?
A: Yes — for you would use in the continuous formula, because 14.1, 14.2, ... all round to 14 , and "greater than 14" means starting from 15, which means 14.5 and above.
Q : Does make sense in a continuous distribution?
A: Exactly — and this is the one case where the continuity correction is NOT optional. cannot be computed directly from a continuous distribution because a single point has zero probability. The continuity correction converts it to , which has a meaningful area. This is the most important use of the correction.
8.6.6 Full Worked Example — Normal Approximation
Step 0 — Validate conditions:
- ✓
- ✓
Step 1 — Compute and :
Step 2 — Apply continuity correction and convert to Z: → use .
Step 3 — Use the table:
Without continuity correction : , giving a different probability.
Sense-check: The mean is 15.5 and we want the probability of being below 14. Since 14 is below the mean, the probability should be less than 0.5 but not tiny . 0.2709 is plausible ✓.
8.6.7 Summary — Normal Approximation Procedure
- Check conditions: AND .
- Compute and .
- Apply continuity correction to the X value .
- Convert to Z: .
- Use the standard normal table.
Visual intuition: Draw a binomial bar chart for , — bars at integer positions from roughly 8 to 24, peaking near 15.5. Now overlay a smooth bell curve with the same mean and standard deviation. The curve passes through the tops of the bars. For , the binomial sums the areas of bars at 0 through 13 — a staircase. The normal approximation integrates the smooth curve from to 13.5 — a smooth area that closely matches the staircase sum. The continuity correction aligns the staircase edge with the integral boundary.
- Forgetting the continuity correction: Computing instead of for . The error is usually small but can matter in borderline cases.
- Mixing up the ±0.5 direction: For use 13.5 . For use 14.5 . For use 14.5. For use 13.5. Write down the discrete-to-continuous conversion explicitly before computing Z.
- Skipping the condition check: Always validate and first. If the problem asks for the approximation and one condition fails, state that the approximation is unreliable and explain why.
- Using instead of : The Z-formula needs . Using directly in the denominator gives a completely wrong Z-value.
Real-world connection: The normal approximation to the binomial is the theoretical foundation of political polling. A pollster surveys voters and finds 52% support for a candidate. The margin of error comes from treating the sample proportion as about normal with and . Quality control charts in manufacturing use this same approximation to set control limits. In A/B testing for websites, the normal approximation determines whether a difference in conversion rates between two page designs is statistically significant or just random noise.
8.7 A Glimpse — Chi-Square and T-Distributions
8.7.1 Chi-Square Distribution
- At low df : the curve starts high near zero and drops sharply — heavily right-skewed.
- At moderate df : the curve rises from zero to a peak, then gradually declines — like a wave.
- At high df : the curve approaches a symmetric bell shape — resembling the normal distribution.
The formula involves the gamma function — do not worry about it. Chi-square tables exist, similar to the standard normal table, and will be provided when needed for hypothesis testing.
8.7.2 T-Distribution
Why it exists: You estimate the population standard deviation from a small sample using . The extra uncertainty from that estimate makes the distribution of wider in the tails than the normal. The t-distribution accounts for this extra uncertainty. As the sample size grows, becomes a better estimate of , and the t-distribution converges to the normal.
Comparing normal and t-distributions:
| Property | Normal | t-distribution |
|---|---|---|
| Shape | Symmetric, bell-shaped | Symmetric, bell-shaped |
| Tails | Thin — probability drops fast | Heavier — more probability in extremes |
| Center | Peaked at 0 | Flatter — less probability near center |
| Parameters | None | Degrees of freedom |
| As df | — | Approaches |
Where the analogy guides intuition: When df is small , the t-distribution is noticeably wider than normal — you need a bigger margin for error. When df is large , the difference is negligible — you can use the normal table. This is why many statistical procedures switch from t to z at large sample sizes.
Bridge: The next section collects all the exam-relevant guidance the professor shared during this lecture — what is tested, what is not, and the key traps to avoid.
Real-world connection: The t-distribution was discovered by William Gosset, a chemist working at the Guinness brewery in Dublin. He published under the pseudonym "Student" because Guinness forbade employees from publishing. His problem was practical: testing the quality of small batches of beer — where sample sizes were tiny and the normal distribution gave overconfident results. The t-distribution solved this by widening the confidence intervals for small samples. Today, every clinical trial, every A/B test, and every scientific experiment with fewer than 30 observations relies on the t-distribution for valid inference.
8.8 Exam Guidance
8.8.1 Syllabus Scope
NOT on the exam: Chi-square distribution, t-distribution, hypothesis testing, sampling — these come after the mid-semester.
8.8.2 Expected Question Types
Based on the professor's discussion, the question paper may include topics from the entire first half of the course:
- Basic statistics — mean, median, mode; symmetry and skewness; detecting non-symmetric distributions; outliers.
- Basic probability — simple probability problems, sample spaces, events.
- Conditional probability and Bayes' theorem — problems involving conditional and inverse probabilities.
- Random variables — discrete and continuous; expect at least one numerical problem .
- Distributions — 1 or 2 problems expected; could be binomial, Poisson, or normal. The hardest part is identifying which distribution a problem belongs to. A problem may have sub-parts worth 3–6 marks each.
8.8.3 Key Exam Tips
- Identification is the hardest part: The problem will not always state "this follows a binomial distribution." You must recognize it from context — look for fixed , constant , independent trials. For Poisson: large , small , counting events in an interval. For normal: continuous data, bell-shaped context, or problems that provide and .
- Variance vs. standard deviation trap: If the problem says "variance = 5," then . If it says "standard deviation = 5," use directly. Always double-check which one is given before plugging into .
- Normal table will be provided on the exam. If you cannot finish a calculation, write the Z-score and the appropriate expression in terms of — this earns partial credit.
- Less than and greater than are the same with or without the equal sign in continuous distributions. for normal — the probability of hitting exactly 40 is zero.
- Write your steps in full. Write , substitute the numbers, read from the table, and state the final probability. Even if the final number is wrong, clear steps earn most of the marks.
8.8.4 Tomorrow — Problem-Solving Session
- Solve 1–2 problems per topic: basic statistics, probability, conditional probability/Bayes, discrete/continuous random variables, and each distribution .
- Students should actively participate — have a notebook ready and solve alongside the class.
8.9 Key Industry Applications and Real-World Connections
- Z-score normalization is used extensively in machine learning data preprocessing. Converting features to mean 0 and standard deviation 1 ensures all features contribute proportionally during model training — otherwise, a feature measured in thousands would dominate a feature measured in single digits . This is used alongside min-max scaling, with the choice depending on whether the algorithm assumes normally distributed inputs.
- The bell curve terminology is widely used in management contexts. Performance reviews often use "grading on a curve" — forcing employee ratings into a normal distribution where most people are "average," a few are "exceptional," and a few are "needs improvement." The same idea appears in college grading curves and standardized test scoring .
- Gaussian distribution is the preferred term in communications engineering and signal processing. Channel noise in wireless communications is modeled as additive white Gaussian noise — the foundational assumption behind Shannon's channel capacity theorem and all modern digital communication systems.
- Normal distribution tables have been a standard tool since before calculators. They remain the most efficient way to compute normal probabilities without software, and every statistics exam provides one. The ability to read a Z-table is a fundamental skill tested across all distributions covered in this lecture.
- Poisson processes model everything from call center staffing to website server capacity planning . Insurance companies use the Poisson distribution to model the number of claims per policy period and set premiums accordingly.
- Binomial models power acceptance sampling in manufacturing. If a batch has a defect rate , the binomial distribution tells quality engineers the probability that a sample of units contains or more defectives. That probability can trigger a batch rejection if it is too low under the "acceptable quality" assumption.
ISM Lecture 8 notes · Bernoulli, Binomial, Poisson, and Normal Distributions
Sections Breakdown
Definition, properties, PMF, mean, and variance of Bernoulli and binomial distributions with worked multiple-choice guessing example.
Definition, rate parameter lambda, mean equals variance property, when to use Poisson vs binomial, worked defective units example.
Definition, PDF, properties (bell-shaped, symmetric, asymptotic), empirical rule (68-95-99.7), and the integration problem.
Z-transformation, centering and rescaling, standard normal table, reading cumulative probabilities, handling negative Z values.
Three fundamental cases (less than, greater than, between) with fully worked examples for each pattern.
Motivation, conditions (np >= 15, nq >= 15), continuity correction, full worked example with sense-check.
Preview of chi-square and t-distributions with comparisons to the normal distribution.
Syllabus scope, expected question types, key exam tips, and problem-solving session overview.
Real-world applications including Z-score normalization, bell curve in management, Gaussian in communications, Poisson in queueing theory, and binomial in quality control.
Exam Revision Notes
Below is the distilled, exam-ready core of this lecture. Every entry is built from the full textbook notes above. Use this section for rapid review — but if something doesn't make sense, go back to the full explanation in the main content.
Bernoulli Distribution
Must-know: A Bernoulli distribution models a single trial with two outcomes. The parameter p fully defines it: mean = p, variance = p(1-p).
Top pitfall: Confusing p and q (1-p). Always identify which outcome is 'success' before computing.
Self-check: If a Bernoulli trial has p = 0.3, what are the mean and variance?
Connects to: Binomial Distribution
Binomial Distribution
Must-know: Models the number of successes in n independent, identically distributed Bernoulli trials. The PMF combines the binomial coefficient with success and failure probabilities.
Top pitfall: Forgetting the binomial coefficient — P(X = x) is NOT just p^x q^{n-x}. Also, mixing up variance (npq) with standard deviation (sqrt(npq)).
Self-check: With n = 10 and p = 0.5, what is P(X = 3) and why must you include binom(10, 3)?
Connects to: Bernoulli Distribution, Poisson Distribution, Normal Approximation
Poisson Distribution
Must-know: Models count of rare, independent events in a fixed interval. Mean equals variance, both equal to lambda. Emerges as the limit of binomial when n is large and p is small.
Top pitfall: Forgetting x! in the denominator. Also, failing to adjust lambda when the interval changes (e.g., lambda = 5 per hour becomes 2.5 for 30 minutes).
Self-check: If a call center receives 10 calls per minute on average, what is the probability of exactly 3 calls in the next minute?
Connects to: Binomial Distribution
Normal Distribution (Gaussian)
Must-know: The continuous, symmetric bell curve defined by mean mu (center) and standard deviation sigma (spread). The empirical rule (68-95-99.7) gives quick probability estimates. The PDF integral has no closed form — always use Z-transformation and tables.
Top pitfall: Trying to integrate the PDF by hand. Always convert to Z and use the table. Also, using variance instead of standard deviation in the Z formula.
Self-check: Scores are normally distributed with mu = 75 and sigma = 5. What percentage of students score between 70 and 80?
Connects to: Standard Normal Distribution, Normal Approximation to Binomial
Standard Normal Distribution and Z-Transformation
Must-know: The Z-transformation Z = (X - mu) / sigma converts any normal distribution to N(0, 1). The standard normal table gives F(z) = P(Z <= z). Three fundamental cases: less than (read directly), greater than (1 - F(z)), between (F(z2) - F(z1)).
Top pitfall: Looking up X directly in the Z-table without converting. Also, forgetting to use symmetry F(-z) = 1 - F(z) for negative Z values with positive-only tables.
Self-check: If Z = 1.75, what is P(Z < 1.75)? If Z = -0.8 and your table only has positive values, how do you find F(-0.8)?
Connects to: Normal Distribution
Normal Approximation to the Binomial
Must-know: When np >= 15 and nq >= 15, the binomial distribution can be approximated by the normal. Use continuity correction (+/- 0.5) because binomial is discrete and normal is continuous.
Top pitfall: Forgetting the continuity correction (±0.5) and mixing up the direction of the correction. Always check np >= 15 AND nq >= 15 first.
Self-check: For n = 50, p = 0.31, find P(X < 14) using normal approximation. What is the continuity-corrected Z value?
Connects to: Binomial Distribution, Standard Normal Distribution
Was this lecture useful?
BitsNotes AI Assistant
Subject Notes AssistantConfigure AI Chat
Choose how to access the chatbotSigned in as
Powered by BitsNotes — 20 messages per day. No API key needed. Want unlimited access? Use "Bring Your Own Key" mode.
Sign in to use AI Chat
Get 20 free AI messages per day to ask questions about your lecture notes. Sign in with Google or GitHub — it takes 5 seconds.
Sign In to BitsNotesSwitch to "Bring Your Own Key" tab above for unlimited access with any OpenAI-compatible provider.