Skip to main content
Introduction to Statistical Methods

Bernoulli, Binomial, Poisson, and Normal Distributions

📅 Published: 2026-07-02
🎓 Level: postgraduate
👥 Audience: Postgraduate students in Statistics and Data Science

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

Hook: If you flip a fair coin once, you know the chance of heads is 50%. But what if you flip it 5 times — what is the chance you get exactly 3 heads? A single coin flip is too simple to build a whole theory on, yet it is the atomic building block of the most widely used discrete probability model in statistics. The Bernoulli and binomial distributions take this one simple idea — success or failure — and scale it to answer questions about repeated trials everywhere, from clinical drug trials to factory quality control.
Intuition: Think of a Bernoulli trial as a single light switch — it can only be ON or OFF . A binomial distribution is like a row of identical independent switches. You flip each one once and count how many turned ON. The binomial distribution tells you the probability of each possible count.

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

A Bernoulli distribution models a single trial with exactly two possible outcomes: success or failure .

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

A binomial distribution models the number of successes in independent and identically distributed Bernoulli trials.

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.
Why the formula makes sense: To get exactly successes in trials, you need:
  1. Choose which trials are successes — ways.
  2. Each of those trials succeeds with probability — contributes .
  3. The remaining trials fail with probability — contributes .
Mean:

Variance:

Standard deviation:

Two critical conditions for a binomial distribution:

  1. Independence: The outcome of any trial does not affect any other trial.
  2. Constant probability: The probability of success stays the same for every trial.
Q: Does alone mean it is binomial?

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

Problem: Each of 5 questions on a multiple-choice exam has 4 choices, only one of which is correct. A student attempts to guess the answers. The random variable is the number of questions answered correctly. Find:
  1. — probability of exactly 3 correct
  2. — probability of at most 3 correct
  3. — probability of at least 1 correct
  4. Mean and variance
Step 1 — Identify the distribution:
  • Trials are independent and stays constant — this is binomial.
Step 2 — Compute :

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.

Assumptions & Scope: The binomial distribution applies ONLY when:
  • 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.
If the trials are not independent , the binomial model gives wrong probabilities. When sampling without replacement from a finite population, use the hypergeometric distribution instead. If drifts over time , the binomial model is inappropriate.
Pitfalls — common beginner traps:
  1. 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.
  1. Forgetting the binomial coefficient: is NOT just . You must multiply by because there are many different sequences that yield exactly 3 successes.
  1. Using the complement the hard way: For with , computing is faster than adding . Always check which tail has fewer terms.
  1. 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.
Q: Several students asked — what exactly does "independent" mean in the binomial context?

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.

Recap: Bernoulli models one yes/no trial. Binomial counts successes across independent, identical Bernoulli trials. The formula multiplies the number of ways by the probability of one way .

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

SymbolMeaningLaTeXType / Domain
number of trialsinteger,
probability of success per trialscalar,
probability of failure per trial, scalar,
number of successes in trialsinteger,
binomial coefficient, "n choose x"integer

8.2 Poisson Distribution

Hook: A call center receives about 10 calls per minute. What is the probability that exactly 3 calls arrive in the next minute? You cannot count the number of "non-calls" — there is no fixed and no meaningful notion of a "failure" trial. Yet you still need a probability model for counting rare, random events. The Poisson distribution was invented exactly for this: modeling how many times something happens in a fixed window of time or space when events occur at a constant average rate.
Intuition: Imagine standing by a highway at night, counting cars that pass in the next hour. Each car arrival is random and independent of others. You do not know how many cars did not pass — only how many did. The Poisson distribution is the go-to model for these "count of random arrivals" problems.

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

A Poisson distribution models the count of events occurring in a fixed interval of time or space, when events happen independently at a constant average rate.

Probability mass function:

where:

  • is the rate parameter — the average number of occurrences in the interval.
  • is Euler's number.
  • is the product , with .
Key property — mean equals variance:

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:

  1. No natural upper bound: takes values without a finite cap .
  2. Large , small : The number of trials is large and the per-trial success probability is small.
Thumb rule: Use Poisson when and . When these hold, binomial and Poisson probabilities are nearly identical — the Poisson saves you from computing enormous binomial coefficients.
Q: If we solve the same problem with binomial, do we get a different answer?

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

Problem: 3% of electronic units manufactured by a company are defective. In a sample of 200 units, find the probability that less than 2 bulbs are defective.

Step 1 — Identify parameters:

Check thumb rule: ✓ and ✓. Poisson is appropriate.

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.

Assumptions & Scope: The Poisson model assumes:
  • 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 .
When independence fails , the Poisson underestimates the probability of extreme counts. When the rate changes over time , you need a non-homogeneous Poisson process — the simple Poisson with constant is wrong.
Pitfalls — common beginner traps:
  1. Forgetting in the denominator: The Poisson formula has below, not above. Writing is a common mistake.
  1. 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.
  1. 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 .
  1. Misreading "less than" vs. "less than or equal": In discrete distributions, these differ. . . Always check the inequality sign.
Recap: The Poisson distribution models counts of rare, independent events in a fixed interval. It needs only one parameter — the mean, which also equals the variance. The formula is the limiting case of the binomial when and .

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

SymbolMeaningLaTeXType / Domain
Poisson parameter = mean = variancescalar,
Euler's number ≈ 2.71828constant
count of occurrencesinteger,

8.3 Normal Distribution

Hook: Measure the heights of 1000 randomly chosen adult men. Plot them as a histogram. The shape is unmistakable — a smooth, symmetric bell that peaks in the middle and tapers at the edges. This shape appears so often in nature that it earned the name "normal." But here is the surprising part: even when individual data are NOT bell-shaped, averages of data almost always are. This single fact — the Central Limit Theorem — makes the normal distribution the backbone of all statistical inference.
Intuition: Think of a skilled archer shooting arrows at a bullseye. Most arrows land near the center. A few drift slightly left or right. Very few miss by a lot. If you plot where the arrows hit along a horizontal line, the density forms a bell shape.

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

A normal distribution (also called Gaussian distribution) is a continuous probability distribution defined over all real numbers. A random variable following a normal distribution is written:

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.
  • , .
Do not memorize the PDF. The formula looks imposing, but you will never need to plug numbers into it directly. The key insight: the entire infinite family of normal curves is determined by just two numbers — and . Change , and the curve slides left or right. Change , and the curve stretches wide or squeezes narrow.

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

  1. Bell-shaped — symmetric, unimodal shape. One peak, no bumps.
  1. 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.
  1. 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.
  1. 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 .
  1. The Empirical Rule :
- About 68.3% of values fall within . - About 95.4% of values fall within . - About 99.7% of values fall within .

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

When follows a normal distribution, finding probabilities requires integration:

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."

Recap: The normal distribution is the continuous, symmetric bell curve defined by two parameters — mean and standard deviation . Its PDF looks scary, but you will never integrate it by hand. The empirical rule gives quick probability estimates.

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

Hook: Every normal distribution has a different center and spread. If test scores have and , how do you find the probability of scoring above 82? The integral is unsolvable. The brilliant trick: convert your problem to a single universal scale where every normal curve becomes identical. Then use one pre-computed table for everything. This is the Z-transformation — the mathematical equivalent of converting all currencies to dollars so you can compare prices worldwide.
Intuition: Imagine you measure height in centimeters and your friend measures in inches. Comparing raw numbers is meaningless. But if you both report "how many standard deviations above or below average" you are, the numbers become directly comparable. A Z-score of always means "1.5 standard deviations above the mean" — regardless of the original units.

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

To convert any normal random variable to the standard normal , use:

What this transformation does:

  1. Centering: Subtracting shifts the distribution so the new mean is 0.
  2. Rescaling: Dividing by compresses or stretches the spread so the new standard deviation is 1.
The standard normal PDF :

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 .

Q: Where does the go during substitution?

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

  1. Compute probabilities without integration. Values are read from a pre-computed standard normal table. No calculus needed.
  1. 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

The standard normal table gives — the area under the standard normal curve from up to . This is called the cumulative distribution function .

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 .
Example — finding :
  • Find row 1.7.
  • Find column 0.05.
  • The intersection gives .
This means the probability that is 0.9599 . In plain words: about 96% of all values in any normal distribution fall less than 1.75 standard deviations above the mean.

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.

Q: Does the table change based on mean and variance?

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."

Pitfalls — common beginner traps:
  1. Confusing and : You MUST convert to before using the table. Looking up directly in the Z-table gives nonsense. Always compute first.
  1. Using variance instead of standard deviation: If the problem gives , then . Plugging 25 into the Z-formula as is a common and costly mistake.
  1. 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.
  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.
Recap: The Z-transformation converts any normal distribution to the standard normal . The standard normal table gives cumulative probabilities . Convert, look up, adjust — three steps that replace impossible integrals with simple arithmetic.

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

SymbolMeaningLaTeXType / Domain
original random variablecontinuous,
population meanscalar
population standard deviationscalar,
standard normal variablecontinuous,
cumulative probability scalar,

8.5 Using the Standard Normal Table — Worked Examples

Hook: You have the Z-formula. You have the table. Now the real skill: looking at a word problem and instantly knowing which of three operations to apply. Every normal probability question — no matter how it is phrased — reduces to exactly one of: "less than," "greater than," or "between." Master these three patterns and you can solve any normal distribution problem in under a minute.

8.5.1 Three Fundamental Cases

When working with the standard normal table, every probability problem reduces to three cases:
CaseExpressionRuleMental picture
Less than — read directly from tableShade everything left of
Greater than Shade everything right of
Between and Shade the strip between them
The table always gives the left-tail area. Everything else is just subtraction from 1 or from another table value.

8.5.2 Example 1 — Less Than 1.75

Find .

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

Find .

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

Problem: Scores on a test are normally distributed with and . Find the probability of a student scoring 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

Problem: Same distribution, , . Find .

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

Problem: Test scores are normally distributed with and . Find the probability a student scores 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

Problem: is normal with and . Find .

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

Problem: . Find .

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"

Problem: A distribution is normal. Find the probability that is at least a certain value.

"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

Q: When computing , how do we handle the 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 .
The symmetry property works because the standard normal curve is symmetric about zero. Draw the bell curve: the area left of is the mirror image of the area right of . Since the total area is 1, the area left of must equal .

8.5.11 Summary of Standard Normal Table Rules

Problem typeExpressionRule
Less than — read directly from table
Greater than
Between and
Negative Z
Bridge: The normal distribution is powerful on its own, but its real magic is that it can approximate other distributions. When is large, the binomial distribution — which is discrete and requires summing many terms — can be replaced by a single normal table lookup. That is the normal approximation to the binomial, coming next.

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

Hook: You are asked: "A factory produces 500 units. Each has a 31% chance of being defective. What is the probability that fewer than 140 are defective?" Using the binomial formula directly means summing 140 terms, each with — numbers so large they overflow most calculators. But the normal distribution can answer this in 30 seconds with a single table lookup. The bridge between discrete counting and continuous bell curves is the normal approximation to the binomial.
Intuition: Imagine a binomial bar chart for , . The bars form a shape. As grows, that shape looks more and more like a bell curve. The normal approximation simply replaces the staircase of bars with a smooth curve.

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?

Consider a binomial problem: , . To find using the binomial formula directly:

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:

  1. Computing the binomial mean:
  2. Computing the binomial standard deviation:
  3. Converting to Z:
  4. Using the standard normal table
This bridges discrete distributions and continuous distributions .

8.6.3 When to Apply Normal Approximation

Condition : Use normal approximation when BOTH:
If either condition fails, the probabilities from the normal approximation will differ significantly from the exact binomial probabilities — do not use it.

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 1: , . Can we use normal approximation?
Answer: Yes, normal approximation can be used.

Problem 2: 36% probability, . Can we use normal approximation?

Answer: No — one condition fails. Better not to use the approximation; the probabilities would differ too much.

8.6.5 The Continuity Correction — Why 13.5 Instead of 14?

When we convert a discrete binomial problem to a continuous normal one, a subtle issue arises.

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 statementContinuous equivalent
The pattern: "less than" subtracts 0.5; "greater than" adds 0.5. "Equals" spans ±0.5 around the integer.
Q: Why exactly 13.5 instead of 14?

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

Problem: , . Find .

Step 0 — Validate conditions:

→ Normal approximation is valid.

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

  1. Check conditions: AND .
  2. Compute and .
  3. Apply continuity correction to the X value .
  4. Convert to Z: .
  5. Use the standard normal table.
Bridge: We have now covered the four core discrete and continuous distributions: Bernoulli, Binomial, Poisson, and Normal — plus the normal approximation that bridges the discrete and continuous worlds. The professor offers a brief glimpse of two more distributions that will be needed later for hypothesis testing.

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.

Pitfalls — common beginner traps:
  1. Forgetting the continuity correction: Computing instead of for . The error is usually small but can matter in borderline cases.
  1. 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.
  1. 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.
  1. 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

Hook: The normal distribution is the undisputed king of statistics. But it has two close cousins that appear whenever you work with small samples or test relationships between categories. The t-distribution handles the uncertainty of estimating from a small sample. The chi-square distribution tests whether observed counts match expected counts. These distributions are not on the mid-semester exam, but they will dominate the second half of the course.

8.7.1 Chi-Square Distribution

A chi-square distribution is a continuous distribution that takes only non-negative values . The shape depends on a parameter called degrees of freedom :
  • 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.
Why it matters: The chi-square distribution arises naturally when you square and sum independent standard normal variables: if are independent , then . This makes it the go-to distribution for testing variances and for goodness-of-fit tests .

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

The t-distribution is a continuous, symmetric, bell-shaped distribution that looks similar to the normal but with heavier tails.

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:

PropertyNormal t-distribution
ShapeSymmetric, bell-shapedSymmetric, bell-shaped
TailsThin — probability drops fastHeavier — more probability in extremes
CenterPeaked at 0Flatter — less probability near center
ParametersNone Degrees of freedom
As df Approaches
Analogy : Think of building a sand hill on a beach. The normal distribution is the perfect, undisturbed hill — rock-solid and fixed. The t-distribution is what you get when removing some sand from the center and sprinkling it onto the edges — the top flattens and the tails spread outward. At small degrees of freedom, the t-distribution is like a delicate, shifting hill that changes shape noticeably with each grain of sand. As degrees of freedom grow , it firms up into the fixed normal shape. At infinity degrees of freedom, the t-distribution is exactly the normal distribution — the sand hill is fully restored.

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.

Recap: The chi-square distribution handles sums of squared normals and will be used for variance tests and categorical data. The t-distribution is a "small-sample normal" with heavier tails that converges to the normal as sample size grows. Both are previews of the second half of the course.

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

Exam note: The mid-semester exam covers up to and including the normal distribution. The normal approximation to the binomial is part of the normal distribution topic and is included.

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:

  1. Basic statistics — mean, median, mode; symmetry and skewness; detecting non-symmetric distributions; outliers.
  2. Basic probability — simple probability problems, sample spaces, events.
  3. Conditional probability and Bayes' theorem — problems involving conditional and inverse probabilities.
  4. Random variables — discrete and continuous; expect at least one numerical problem .
  5. 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

Exam note — critical traps to avoid:
  • 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

The next session is a dedicated problem-solving and revision class covering all topics from the first half of the course. The plan:
  • 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

Introduction to Statistical Methods· postgraduate· 2026-07-02

Sections Breakdown

1Recap — Bernoulli and Binomial Distributions

Definition, properties, PMF, mean, and variance of Bernoulli and binomial distributions with worked multiple-choice guessing example.

2Poisson Distribution

Definition, rate parameter lambda, mean equals variance property, when to use Poisson vs binomial, worked defective units example.

3Normal Distribution (Gaussian)

Definition, PDF, properties (bell-shaped, symmetric, asymptotic), empirical rule (68-95-99.7), and the integration problem.

4Standard Normal Distribution

Z-transformation, centering and rescaling, standard normal table, reading cumulative probabilities, handling negative Z values.

5Using the Standard Normal Table — Worked Examples

Three fundamental cases (less than, greater than, between) with fully worked examples for each pattern.

6Normal Approximation to the Binomial

Motivation, conditions (np >= 15, nq >= 15), continuity correction, full worked example with sense-check.

7A Glimpse — Chi-Square and T-Distributions

Preview of chi-square and t-distributions with comparisons to the normal distribution.

8Exam Guidance

Syllabus scope, expected question types, key exam tips, and problem-solving session overview.

9Key Industry Applications and Real-World Connections

Real-world applications including Z-score normalization, bell curve in management, Gaussian in communications, Poisson in queueing theory, and binomial in quality control.

Postgraduate students in Statistics and Data Science

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?

Loading comments…
🤖

BitsNotes AI Assistant

Subject Notes Assistant

Configure AI Chat

Choose how to access the chatbot
Have your own API key?

Switch to "Bring Your Own Key" tab above for unlimited access with any OpenAI-compatible provider.

🔑 Enter API key above to fetch live models from provider, or enter model name manually.
OpenAI-Compatible API Support

Choose any provider preset (Gemini, DeepSeek, Kimi, GLM, MiniMax, Qwen, OpenAI, Groq, Ollama, etc.) or enter a custom endpoint URL.

Security & Privacy First

Your API key is sent directly from your browser to your specified provider. BitsNotes servers never store or see your key.