1.3.11 · D1Probability & Statistics

Foundations — Gaussian - Normal distribution properties

2,446 words11 min readBack to topic

Before you can read the parent note, you need to own every squiggle it writes. Below, each symbol is built from nothing: plain words → a picture → why the topic can't live without it. Read top to bottom; each row leans on the one above.


1. A random variable — the thing that wobbles

Picture it: imagine measuring the height of the next person who walks through a door. You know it'll be "around 170 cm" but not exactly. is the name of that not-yet-known number.

  • A specific observed value gets a lowercase letter: . So "" means "the wobbly thing landed on the concrete value ."

Why the topic needs it: the whole Gaussian note is a description of how one particular kind of wobbly quantity wobbles.


2. Probability density — the height of the curve

Here is the single most misunderstood symbol in the whole topic, so we build it slowly with a picture.

Figure — Gaussian - Normal distribution properties

Picture it (look at the figure): the smooth hump is . Pick two points and on the horizontal axis. The shaded area between them, under the curve, is the probability that lands between and .

Why the topic needs it: the parent's headline formula is . Every property (symmetry, the 68-95-99.7 rule, MLE) is a statement about this curve.


3. The integral — "add up the area"

  • (bottom of the sign) and (top) are the left and right edges of the region.
  • means "an infinitely thin slice of width ."
  • Each strip has area ≈ height times width ; the sums them all.

Why this tool and not another? We need a total amount of area under a smooth curve. Ordinary addition can't add infinitely many strips; the integral is the exact tool invented for "continuous adding." That's the only reason it shows up whenever the parent writes .


4. Mean — where the peak sits

Picture it: slide the whole bell left or right; is the label on the axis under the tip.

Why the topic needs it: is one of the two numbers that completely pin down a Gaussian. Change , the bell slides sideways without changing shape.


5. Variance and standard deviation — how wide

Figure — Gaussian - Normal distribution properties

Picture it (look at the figure): the narrow blue bell has small (values hug the center); the wide pink bell has large (values spread out). Both share the same , so both peak in the same place.

Why two names? We look at (it's a width on the picture), but we compute with (it adds when you add independent variables). The topic needs both hats.


6. The notation

Why the topic needs it: it's the compact way of saying "this wobbly quantity's histogram is exactly the bell from Sections 2–5, tuned by these two numbers."


7. and — the smooth fall-off

Picture it: (the peak), and as its input dives negative, the output slides smoothly toward zero — never touching it. That is exactly the graceful "tails that never quite hit the axis" shape of the bell.

Why this tool and not another? We need a curve that (a) is always positive (probabilities can't be negative), (b) peaks in the middle and falls off symmetrically, and (c) has the mathematically magic property that its area is computable in closed form. is the unique friendly function with all three. That's why the parent's formula wraps a squared term inside .


8. The squared distance — why the bell is symmetric

Picture it: a point 5 units left of and a point 5 units right of both give . Since the curve's height depends only on this squared distance, the two points sit at the same height. That is precisely the parent's Property 1: symmetry.


9. The normalizing constant

Why the topic needs it: without this constant, would be a valid shape but not a valid probability (its area wouldn't be 1). appears because the area of a bell famously involves — a deep fact you can accept for now.


10. , , and — the running-total of area

Figure — Gaussian - Normal distribution properties

Picture it (look at the figure): the left shaded region is . The tail to the right of is the leftover, — exactly the "" the parent computes in Example 1.

Why these tools? There is no elementary formula for the area under a Gaussian. So mathematicians gave that area a name ( / ) and tabulated it once and for all. Every probability question in the parent ("what fraction beyond 130?", "68% within one ?") is really a lookup of or .


11. , , and — the estimation toolkit

These appear in the parent's Maximum Likelihood section.

Why this tool and not another? "Best fit" means "highest likelihood." The top of any smooth hill is exactly where the slope is flat (zero). Derivatives are the machine that finds flat spots, so they're the natural tool for estimation.


Prerequisite map

Random variable X

Density f of x

Integral equals area

Probability equals area

Mean mu center

Two parameters fix the bell

Sigma spread

Exp smooth falloff

Bell shape

Squared distance

Normalizing constant

Phi cumulative area

z score standardize

Gaussian properties

Product and log

Estimate mu and sigma

Partial derivative slope

Once every box above feels obvious, the parent note reads like plain English. From here the topic branches into Central Limit Theorem (why sums become Gaussian), Maximum Likelihood Estimation (fitting to data), and multi-dimensional cousins in the Multivariate Gaussian. Return to the parent: Gaussian - Normal distribution properties.


Equipment checklist

Test yourself — cover the right side and answer before revealing.

What does a capital stand for, versus lowercase ?
is the wobbly not-yet-known random variable; is one concrete observed value it landed on.
Is a probability?
No — it's the height of the curve (a density). Probability is the area under it between two points.
How do you turn density into an actual probability?
Integrate: , the shaded area.
What must equal, and why?
Exactly 1 — because some value must occur.
What does point to on the picture?
The horizontal position of the peak / balance point (the center).
Difference between and ?
is the width in the same units as ; is its square, the "variance," which adds cleanly in algebra.
In , what are the two slots?
Mean first, variance second (not standard deviation).
Why is the right function for the bell?
It's always positive, peaks at input 0, falls off smoothly and symmetrically, and has a computable area.
Why does the exponent use and not ?
Squaring keeps only distance from center (drops the sign), which forces left-right symmetry.
What job does do?
It rescales the curve's height so the total area is exactly 1.
What does measure?
How many standard-deviation widths sits from the center.
What area does give?
The total area to the left of under the standard bell.
Why take the log of a likelihood?
turns the product into a sum , which is far easier to differentiate.
How do you find the best once you have the log-likelihood?
Set its partial derivative to zero — the flat top of the hill is the maximum.