Glossary
Probability & StatisticsBeginner8 min read

Normal Distribution

The normal distribution (also called the Gaussian distribution or bell curve) is a continuous probability distribution defined by two parameters: the mean (center) and standard deviation (spread). It is the most important distribution in statistics due to the Central Limit Theorem and is the foundation of many financial models, including Black-Scholes options pricing and Value at Risk calculations.

Prerequisites:Expected Value

What Is the Normal Distribution?

The normal distribution β€” also called the Gaussian distribution or the bell curve β€” is the most important probability distribution in statistics. It describes the distribution of a random variable that clusters around a central value, with deviations from the center becoming progressively less likely in a symmetric pattern.

The distribution is completely described by two parameters:

  • μ (mu) β€” the mean: The center of the distribution, where the peak occurs.
  • σ (sigma) β€” the standard deviation: Controls the spread. A small σ means values cluster tightly around the mean; a large σ means they are more dispersed.

When μ = 0 and σ = 1, it is called the standard normal distribution, denoted Z ~ N(0, 1). Any normal variable can be converted to a standard normal by subtracting the mean and dividing by the standard deviation: Z = (X - μ) / σ.

The normal distribution appears everywhere in nature and science because of the Central Limit Theorem: whenever you average or sum many independent random variables, the result tends toward normality β€” regardless of the original distribution.

Key Properties

The normal distribution has several properties that make it mathematically convenient and practically important:

  • Symmetry: The distribution is perfectly symmetric around the mean. P(X > μ + a) = P(X < μ - a) for any a.
  • The 68-95-99.7 rule: Approximately 68% of values fall within 1σ of the mean, 95% within 2σ, and 99.7% within 3σ. This is the most useful rule of thumb in statistics.
  • Linear combinations: If X ~ N(μ1, σ1²) and Y ~ N(μ2, σ2²) are independent, then X + Y ~ N(μ1 + μ2, σ1² + σ2²). Normal distributions are "closed under addition."
  • Fully determined by mean and variance: Unlike many distributions, the normal distribution has no skewness (it's symmetric) and its kurtosis is fixed at 3. All information is captured by μ and σ.
  • Maximum entropy: Among all distributions with a given mean and variance, the normal distribution has the maximum entropy β€” it is the "least informative" distribution, making it the natural default when you only know the mean and variance.

Get free quant interview prep resources

Mock interviews, resume guides, and 500+ practice questions β€” straight to your inbox.

The Normal Distribution in Finance

The normal distribution is the workhorse distribution of quantitative finance:

  • Black-Scholes model: Assumes that log-returns of the stock are normally distributed (equivalently, that stock prices follow a lognormal distribution). The terms N(d1) and N(d2) in the Black-Scholes formula are cumulative normal distribution values.
  • Value at Risk: Parametric VaR assumes portfolio returns are normally distributed, using the z-score to compute the loss at a given confidence level. The 99% VaR corresponds to z = 2.33.
  • Portfolio theory: Modern Portfolio Theory (Markowitz) assumes returns are normally distributed, which means the entire risk-return tradeoff can be captured by mean and variance alone.
  • Statistical testing: Z-tests and t-tests for evaluating trading signals rely on normality (justified by the CLT for large samples).

Example: A portfolio has daily returns with mean 0.05% and standard deviation 1.2%. What is the probability of losing more than 3% in one day?

Z = (-3% - 0.05%) / 1.2% = -2.54. P(Z < -2.54) = 0.0055 = 0.55%.

Under the normal assumption, a 3% daily loss happens about once every 180 trading days. In reality, such losses occur more frequently due to fat tails β€” a critical limitation of the normal assumption.

Want personalized guidance from a quant?

Speak with a quant trader or researcher who’s worked at a top firm.

Book a Free Consult

Limitations: Fat Tails in Finance

While the normal distribution is mathematically convenient, real financial returns deviate from normality in important ways:

  • Fat tails (excess kurtosis): Extreme returns happen much more often than the normal distribution predicts. A "6-sigma event" under normality should occur about once every 1.5 million days (roughly once in 6,000 years). In financial markets, 6-sigma events happen every few years. The 2008 financial crisis involved returns that were 10+ sigma events under normal assumptions.
  • Negative skewness: Stock return distributions are slightly left-skewed β€” large negative returns are more common than large positive returns of the same magnitude. The normal distribution is symmetric and cannot capture this.
  • Volatility clustering: Large returns tend to be followed by large returns (of either sign), violating the independence assumption underlying many normal models.

These deviations explain why the volatility smile exists (the market prices in fatter tails than Black-Scholes assumes), why VaR underestimates tail risk when assuming normality, and why quant firms use more sophisticated models (Student-t distributions, GARCH models, extreme value theory) for risk management.

The practical takeaway: use the normal distribution as a first approximation, but always be aware of its limitations in the tails.

Key Formulas

Probability density function of the normal distribution. The bell-shaped curve is centered at mu with spread controlled by sigma.

Standardization: converts any normal variable X ~ N(mu, sigma^2) to a standard normal Z ~ N(0, 1). This allows use of standard normal tables and z-scores.

Key Takeaways

  • The normal distribution is defined by two parameters: mean (mu) and standard deviation (sigma). The bell-shaped curve is symmetric around the mean.
  • The 68-95-99.7 rule: approximately 68% of values fall within 1 sigma, 95% within 2 sigma, and 99.7% within 3 sigma of the mean.
  • The Central Limit Theorem explains why the normal distribution appears everywhere β€” sums of independent random variables converge to normality.
  • The Black-Scholes model, VaR calculations, and most statistical tests assume normality β€” understanding when this assumption fails is critical.
  • Real financial returns have fatter tails than the normal distribution, meaning extreme events are more common than normal models predict.

Why This Matters for Quant Careers

The normal distribution is foundational knowledge for every quant role. You should know the PDF, CDF, the 68-95-99.7 rule, how to standardize, and critically, when the normal assumption fails. Interview questions at Jane Street, Citadel, and other firms often involve normal distribution calculations: "What is the probability of a 2-sigma event?", "How would you compute the VaR of a normally distributed portfolio?", or "Why do Black-Scholes prices differ from market prices?"

Book a free consultation to discuss your quantitative foundations.

Frequently Asked Questions

Why is the normal distribution so common?

The Central Limit Theorem is the main reason. Any quantity that is the sum or average of many independent factors tends toward a normal distribution. Heights, test scores, measurement errors, and daily portfolio returns (which aggregate many individual asset returns) all tend toward normality. The CLT also makes the normal distribution the natural choice for statistical inference when sample sizes are large.

Are stock returns normally distributed?

Approximately, but not exactly. Daily stock returns are roughly normal for the middle of the distribution but have fatter tails β€” extreme returns (both positive and negative) occur more frequently than the normal distribution predicts. Log-returns are closer to normal than raw returns. For practical purposes, the normal approximation works well for routine risk management but underestimates tail risk. This is why quant firms supplement normal models with fat-tailed distributions and stress tests.

What is the 68-95-99.7 rule?

For a normal distribution: approximately 68% of values fall within 1 standard deviation of the mean, 95% within 2 standard deviations, and 99.7% within 3 standard deviations. This rule of thumb is useful for quick mental calculations. For example, if daily returns have a mean of 0% and standard deviation of 1%, then on 95% of days, returns fall between -2% and +2%.

Master These Concepts for Quant Interviews

Our bootcamp covers probability, statistics, trading intuition, and 500+ real interview questions from top quant firms.

Book a Free Consult