Skip to content
Finance Lessons

Statistics for Finance

Sampling, the CLT & Estimation

From a sample to the truth: how a statistic estimates a parameter, why the sample mean is itself a random variable, the Central Limit Theorem that makes averages normal, the standard error σ/√n, and confidence intervals — what they do and don't mean.

11 min Updated Jun 7, 2026

You never get to see the whole truth. You can’t observe a strategy’s true expected return — you only get the handful of months it actually traded. You can’t measure a stock’s true volatility — you get a finite stretch of daily prices and have to guess. All of empirical finance is one long act of squinting at a sample and trying to infer the population behind it. This lesson is about doing that squinting honestly: how a number you compute from data (a statistic) relates to the number you actually care about (a parameter), how wrong that number can be, and how to attach an honest margin of error to it.

The punchline is one of the most useful theorems in all of applied math — the Central Limit Theorem — and one of the most misquoted objects in finance: the confidence interval. Let’s earn both.

Before you read — take a guess

You compute the average return of a fund from its 60 monthly observations. That 60-month average is best described as:

Population vs sample: estimator and estimand

Analogy. The population is the entire ocean; your sample is the bucket you dipped in. You want to know the ocean’s average saltiness (a fixed but unknowable number), so you measure your bucket and hope it’s representative. The bucket’s saltiness is your estimate; the ocean’s is the truth.

The vocabulary. A parameter is a fixed, usually unknown number describing the whole population — the true mean μ\mu, the true variance σ2\sigma^2. The thing you’re trying to learn is called the estimand. A statistic is any number you compute from your sample — the sample mean xˉ\bar{x}, the sample variance s2s^2. When a statistic is used to estimate a parameter, we call it an estimator, and the specific number it spits out is an estimate.

The standard notation is a quiet little contract: Greek letters (μ\mu, σ\sigma, ρ\rho) are the true population quantities; Latin letters or hatted symbols (xˉ\bar{x}, ss, μ^\hat{\mu}) are the sample estimates of them. The sample mean is

xˉ=1ni=1nxi,\bar{x} = \frac{1}{n}\sum_{i=1}^{n} x_i,

and it’s our estimator of the population mean μ\mu.

Worked example. A fund posts monthly returns over five months: 2%,1%,3%,0%,1%2\%, -1\%, 3\%, 0\%, 1\%. The sample mean is xˉ=(21+3+0+1)/5=5/5=1%\bar{x} = (2 - 1 + 3 + 0 + 1)/5 = 5/5 = 1\%. That 1%1\% is your estimate of the fund’s true monthly expected return μ\mu. Is μ\mu actually 1%1\%? Almost certainly not exactly — five months is a thimble of data. But 1%1\% is your best single guess given what you have.

Info:

Greek = truth, Latin = guess

A clean habit that saves endless confusion: whenever you see a Greek letter (μ\mu, σ\sigma), read it as “the real, fixed, unknowable population value.” Whenever you see its Latin or hatted cousin (xˉ\bar{x}, ss, μ^\hat{\mu}), read it as “my noisy estimate of that, computed from a finite sample.” The estimate dances around; the parameter sits still.

Which pairing of estimator → estimand is correct?

The sampling distribution: your estimate is a random variable

Analogy. Imagine you and 999 other analysts each independently dip a bucket into the same ocean and report its saltiness. You’d get 1,000 different numbers, scattered around the true value. Plot those numbers as a histogram and you get the sampling distribution — the distribution of the estimate itself, across all the samples you could have drawn.

The key idea. Here’s the conceptual leap that trips everyone up the first time: the sample mean xˉ\bar{x} is itself a random variable. Before you collect data, you don’t know what value it’ll take — it depends on which particular draws land in your sample. So like any random variable (recall lesson 2), it has its own distribution, its own mean, and its own spread. Drawing a single sample gives you one draw from that sampling distribution.

Two facts pin down the sampling distribution of the mean when you draw nn independent observations from a population with mean μ\mu and variance σ2\sigma^2:

  • Its center is the true mean: E[xˉ]=μ\mathbb{E}[\bar{x}] = \mu. On average, the sample mean is right — it doesn’t systematically lean high or low.
  • Its spread shrinks as you collect more data: Var(xˉ)=σ2/n\mathrm{Var}(\bar{x}) = \sigma^2/n. Averaging cancels noise.

That second fact is the engine of all of statistics: more data tightens your estimate. The histogram of sample means gets narrower and narrower as nn grows, closing in on the truth.

Watch a distribution materialize from random draws
Samples drawnTarget density
-50+5
Samples drawn0

Each press flings thousands of random draws into bins, and the bars climb toward the smooth target density — a sampling distribution assembling itself in front of you. The same machinery that builds this histogram is what builds the sampling distribution of a mean: collect many samples, and their averages pile up into a predictable shape. Flip to fat tails to see how stubbornly the extremes keep landing far out.

Why does collecting more observations make the sample mean a better estimate?

The Central Limit Theorem: averages go normal

Analogy. Toss one die and the outcomes are flat — 11 through 66 are all equally likely, nothing bell-shaped about it. Now average thirty dice. Suddenly the totals near the middle (3.5\sim 3.5) are overwhelmingly more common than the extremes, and the histogram of those averages is a gorgeous bell — even though a single die is as un-bell-shaped as it gets. The averaging itself manufactures the bell.

The theorem. The Central Limit Theorem (CLT) says: if you average nn independent, identically distributed (i.i.d.) draws from almost any population with finite mean μ\mu and finite variance σ2\sigma^2, then as nn grows the sampling distribution of the mean approaches a normal distribution — regardless of the parent’s shape. Formally,

xˉ    N ⁣(μ,  σ2n)for large n.\bar{x} \;\approx\; \mathcal{N}\!\left(\mu,\; \frac{\sigma^2}{n}\right) \quad\text{for large } n.

The parent can be skewed, flat, lumpy, bimodal — doesn’t matter. Average enough i.i.d. draws and the average is approximately normal, centered at μ\mu with variance σ2/n\sigma^2/n. This is why the normal distribution from lesson 2 shows up everywhere: most quantities we care about are secretly sums or averages of many small independent effects.

Why finance leans on it constantly. A monthly return is roughly the sum of many daily returns; a daily return is the sum of many tick-by-tick moves. Aggregate enough small shocks and the CLT nudges the aggregate toward normal — which is exactly why so many models (parametric VaR, portfolio theory, regression inference) reach for the bell curve. The CLT is also what lets us put normal-based confidence intervals on a sample mean even when individual returns aren’t normal.

Warning:

The CLT has fine print — and finance loves to violate it

The CLT needs finite variance and independence. Real markets bend both. Returns have fat tails (lesson 2) so heavy that variance is barely finite, which makes convergence to normal painfully slow in the tails — the very region risk managers care about. And returns cluster in volatile regimes (today’s big move predicts tomorrow’s), breaking independence. So “averages are normal” is a fantastic default and a dangerous absolute. The CLT explains why the bell shows up; it does not license you to assume normality in the tail of a fat-tailed, autocorrelated series.

The Central Limit Theorem guarantees that, for large n, the sampling distribution of the mean of i.i.d. draws is approximately normal:

Standard error: the spread of your estimate

Analogy. The standard deviation σ\sigma tells you how much a single return bounces around. The standard error tells you how much your estimate of the average bounces around. One is the wobble of a single dart; the other is the wobble of the bullseye you’d compute by averaging many darts. They’re different animals, and conflating them is one of the most common errors in applied statistics.

Definition. The standard error of the mean (SE) is the standard deviation of the sampling distribution of xˉ\bar{x}. Since Var(xˉ)=σ2/n\mathrm{Var}(\bar{x}) = \sigma^2/n, taking the square root gives

SE=σn.\mathrm{SE} = \frac{\sigma}{\sqrt{n}}.

In practice you don’t know the true σ\sigma, so you plug in the sample standard deviation ss and use SEs/n\mathrm{SE} \approx s/\sqrt{n}. The defining feature: SE falls with n\sqrt{n}, not nn. To halve your standard error you need four times the data; to cut it tenfold you need a hundredfold more observations. Precision is expensive.

Worked example. A fund’s monthly returns have a sample standard deviation s=4%s = 4\%. How precisely do we know its mean return at different sample sizes?

Sample size nnn\sqrt{n}SE=s/n\mathrm{SE} = s/\sqrt{n}
9 months334%/31.33%4\%/3 \approx 1.33\%
36 months664%/60.67%4\%/6 \approx 0.67\%
144 months12124%/120.33%4\%/12 \approx 0.33\%

Quadrupling the data from 9 to 36 months halves the SE (1.33%0.67%1.33\% \to 0.67\%); quadrupling again to 144 months halves it once more. Note the brutal economics: going from 9 to 144 months — sixteen times the data — only shrinks the SE by a factor of 44. That’s the n\sqrt{n} tax, and it’s why estimating a fund’s true edge from a few years of data is so maddeningly imprecise.

Warning:

SE is not the standard deviation — the #1 confusion

The standard deviation ss describes the spread of the raw data (how volatile a single return is). The standard error s/ns/\sqrt{n} describes the spread of your estimate of the mean. With 144 monthly returns, the data still has s=4%s = 4\% volatility — that never shrinks — but your estimate of the average return has SE 0.33%\approx 0.33\%. Reporting the standard deviation when you mean the standard error (or vice versa) overstates or understates your certainty by a factor of n\sqrt{n}. Always ask: “spread of what — the data, or my estimate?”

Fill in the anatomy of the standard error of the mean.

Pick the right option for each blank, then check.

The standard error equals the population standard deviation divided by the square root of the . So to cut the standard error in half, you must multiply your sample size by . Crucially, the standard error describes the spread of your estimate of the , whereas the standard deviation describes the spread of the .

A strategy's daily returns have a standard deviation of 2%. Across 100 trading days, the standard error of the mean daily return is closest to:

Estimation quality: bias, consistency, efficiency, and MLE

Not all estimators are created equal. Three properties tell you whether a recipe for estimating a parameter is any good.

Bias — does it aim true? An estimator is unbiased if its sampling distribution is centered on the true parameter: E[θ^]=θ\mathbb{E}[\hat{\theta}] = \theta. A biased estimator systematically misses high or low no matter how much data you feed it. Classic example: the sample variance divides by n1n-1 rather than nn precisely to remove a downward bias — dividing by nn would systematically underestimate σ2\sigma^2.

Consistency — does it home in? An estimator is consistent if it converges to the true parameter as nn \to \infty. The sample mean is consistent: its SE is σ/n\sigma/\sqrt{n}, which goes to zero, so with infinite data it nails μ\mu exactly. Consistency is the bare-minimum sanity check — an estimator that doesn’t improve with more data is worthless.

Efficiency — does it waste data? Among unbiased estimators, the efficient one has the smallest variance — it squeezes the most precision out of each observation. Given two unbiased estimators, prefer the tighter one; it gets you to a given confidence with less data.

Analogy for all three. Picture a dartboard. Bias is whether your shots cluster around the bullseye or off to one side. Efficiency is how tightly they cluster. Consistency is whether throwing more and more darts eventually drags the cluster onto the bullseye. The dream estimator is unbiased (centered), efficient (tight), and consistent (converges).

Maximum Likelihood (MLE) — the universal recipe. Where do good estimators come from? The workhorse answer is Maximum Likelihood Estimation: pick the parameter values that make the data you actually observed most probable. You write down the probability of your observed sample as a function of the unknown parameters — the likelihood — and then crank the parameters to whatever maximizes it.

Intuition. Suppose you saw returns clustered around 1%1\% with moderate scatter. Of all the normal distributions that could have generated that data, which one makes it least surprising? The one centered at 1%\approx 1\% with a width matching the observed scatter. MLE formalizes “the parameters that best explain what I saw” — and for normal data it recovers exactly the sample mean and (a version of) the sample variance. It’s the engine behind GARCH volatility models, logistic regression, and most of the estimation in quantitative finance.

An estimator whose expected value equals the true parameter for any sample size is called:

The core idea of Maximum Likelihood Estimation is to:

Confidence intervals: a range, and what it really means

Analogy. A point estimate is a dart throw; a confidence interval is admitting the dart has a spread and drawing a circle around where it landed. Instead of claiming “the true mean is exactly 1%1\%” — which is almost surely wrong to the decimal — you say “the true mean is plausibly somewhere in this band,” and you state how confident the band-drawing procedure is.

Definition. Leaning on the CLT (which makes xˉ\bar{x} approximately normal), a 95% confidence interval for the mean is

xˉ  ±  1.96SE  =  xˉ  ±  1.96σn.\bar{x} \;\pm\; 1.96 \cdot \mathrm{SE} \;=\; \bar{x} \;\pm\; 1.96 \cdot \frac{\sigma}{\sqrt{n}}.

That 1.961.96 is the same magic number from the normal distribution in lesson 2: 95%95\% of a normal’s mass sits within 1.961.96 standard deviations of its center, leaving 2.5%2.5\% in each tail. Widen to 99%99\% confidence and you stretch the multiplier to 2.5762.576; the more confident you insist on being, the wider the interval you must accept.

Worked example. Our fund had xˉ=1%\bar{x} = 1\% monthly. Suppose over n=36n = 36 months its SE works out to 0.67%0.67\% (from s=4%s = 4\% earlier). The 95% confidence interval is

1%  ±  1.96×0.67%  =  1%±1.31%,1\% \;\pm\; 1.96 \times 0.67\% \;=\; 1\% \pm 1.31\%,

i.e. roughly [0.31%,  2.31%][-0.31\%,\; 2.31\%]. Read that carefully: even after three years of data, we can’t rule out that the fund’s true monthly edge is negative. The interval straddles zero — a sobering reminder of how little a few years of returns actually pins down.

Warning:

What a 95% CI does NOT mean

The seductive misreading: “there’s a 95% probability the true mean lies in this interval.” Wrong. In classical (frequentist) statistics the true mean μ\mu is a fixed number, not random — it’s either in your interval or it isn’t, with no probability about it. The 95%95\% describes the procedure, not your particular interval: if you repeated the whole experiment many times, 95%95\% of the intervals you’d construct would contain the true μ\mu. Your one interval either caught it or missed it. (The statement “95% probability μ is in this interval” is valid — but only under the Bayesian credible-interval framework, a different machine entirely.) Quote the procedure, not the single shot.

A 95% confidence interval for a fund's mean return is [0.2%, 1.8%]. Which interpretation is correct?

Putting it together

Every empirical number in finance is an estimate squinting at a hidden truth. A statistic computed from a sample estimates a fixed population parameter; because it depends on which data you happened to draw, the statistic is itself a random variable with a sampling distribution. The Central Limit Theorem tells you that distribution is approximately normal for averages of enough i.i.d. data — which is why the bell curve haunts all of quantitative finance. The standard error σ/n\sigma/\sqrt{n} measures how tight your estimate is (and is emphatically not the standard deviation of the data). Good estimators are unbiased, consistent, and efficient, and MLE is the universal recipe for building them. Finally, a confidence interval wraps your estimate in an honest margin — as long as you quote what it actually means: a property of the procedure, not a probability about your single interval.

Big picture

Sampling, the CLT and estimation — the whole arc

  • Sampling & Estimation
    • Population vs sample
      • Parameter = fixed truth (μ, σ)
      • Statistic = computed from data (x̄, s)
      • Estimator targets the estimand
      • Greek = truth, Latin = guess
    • Sampling distribution
      • x̄ is itself a random variable
      • Centered at μ (on average right)
      • Variance σ²/n shrinks with data
    • Central Limit Theorem
      • Averages of i.i.d. draws → normal
      • Any parent shape, finite mean & variance
      • Why the bell curve is everywhere
      • Fails for fat tails & dependence
    • Standard error
      • SE = σ/√n
      • Half the SE → 4× the data
      • NOT the data's standard deviation
    • Estimation quality
      • Bias: centered on the truth?
      • Consistency: converges as n → ∞?
      • Efficiency: smallest variance?
      • MLE: make the data most probable
    • Confidence interval
      • x̄ ± 1.96·SE for 95%
      • Wider for higher confidence
      • Property of the procedure, not the interval
A sample yields a statistic that estimates a parameter; the statistic has its own sampling distribution, made normal by the CLT, with spread σ/√n, wrapped in a confidence interval you must quote carefully.

Recap: sampling, the CLT and estimation

Question 1 of 60 correct

A number computed from a sample to estimate a fixed population quantity is called:

Check your answer to continue.

Next up — hypothesis testing — we stop merely estimating a number and start interrogating it: is this fund’s positive average return real edge, or just noise that a confidence interval can’t rule out? We’ll meet the null and alternative hypotheses, the p-value, the two distinct ways to be wrong, and the finance-specific trap that quietly invalidates most backtests: testing a thousand strategies and crowning the luckiest.

Mark lesson as complete