Lesson 1.3: The Normal Distribution (The "Bell Curve")

Welcome! In our last two lessons, we learned how to describe a 'recipe' for a random number using its Mean (μ) (the 'center') and its Standard Deviation (σ) (the 'typical spread'). Now, we're going to learn about the most important recipe in the universe: the Normal Distribution.

The "Why": Why This One Curve?

The "wow" moment comes from a discovery called the Central Limit Theorem. The theorem says, in simple terms: "If you take any random process (like flipping a coin, rolling a die, or stock market movements) and you add up a bunch of those random events, the final sum will always start to look like a Normal Distribution."

  • The height of a person? It's the sum of thousands of tiny genetic and environmental factors. It follows a bell curve.
  • The daily change in a stock? It's the sum of millions of different buy/sell decisions from different people. It also follows a bell curve.

This is why we use it in finance. The "randomness" we see in the market is really the sum of millions of tiny, independent, random decisions. Therefore, the "Bell Curve" is the natural "recipe" for modeling this randomness.

The Two "Knobs" That Control the Bell Curve

A normal distribution is defined by only two numbers, μ\mu and σ\sigma. We write the "recipe" as: N(μ,σ2)N(\mu, \sigma^2).

Interactive Normal Distribution
Adjust the mean and standard deviation to see how they affect the shape of the curve.
Mean (μ\mu): 0.00
Variance (σ2\sigma^2): 1.00

The "Wow" Moment: The 68-95-99.7 Rule

For any normal distribution, no matter its μ\mu or σ\sigma, the following is always true:

  • 1 Standard Deviation (1σ): About 68% of all your data will fall within 1 "standard distance" of the mean (between μσ\mu - \sigma and μ+σ\mu + \sigma).
  • 2 Standard Deviations (2σ): About 95% of all your data will fall within 2 "standard distances" of the mean.
  • 3 Standard Deviations (3σ): About 99.7% of all your data will fall within 3 "standard distances" of the mean.

If a stock's daily change follows N(0,$2)N(0, \$2), we now know that on ~68% of all trading days, the stock will finish somewhere between -$2 and +$2.

What's Next? (The 'Hook')

    You've just mastered the "recipe" for pure randomness. This brings us directly to Module 2: Brownian Motion. The entire foundation of Brownian Motion is Rule #4, which you will now understand perfectly:

    WtWsN(0,ts)W_t - W_s \sim N(0, t-s)

    This rule is just a bell curve "recipe." It says the change in our random path (WtWsW_t - W_s) is a random number drawn from a normal distribution where the Mean (μ\mu) is 0 and the Variance (σ2\sigma^2) is the time that has passed (tst-s).

Up Next: Calculus Review - Derivatives (The "Slope")