FRM Part 1 · Quantitative Analysis · Chapter QTA 5

Every distribution in the previous chapters was described by its moments: a mean, a variance, a skewness, a correlation. All of those are properties of the true, underlying distribution, and in the real world none of them can be observed directly. What a risk manager actually has is data, a finite sample of returns or losses, and the job is to work backward from that sample to a best guess of the moments that generated it. This chapter is about that guessing, done properly.
The central idea is the sample analog: wherever a population moment uses an expectation, the sample version replaces it with an average over the data. That single move turns the true mean into the sample mean, the true variance into the sample variance, and so on. The rest of the chapter is about how good these guesses are, whether they are centered on the right answer, how their uncertainty shrinks as more data arrive, and why the sample mean in particular is as good as a linear estimator can be.
Three words get used loosely in conversation but mean distinct things here. A population moment is a true property of the underlying distribution, such as its mean; it is a fixed number, and it is unknown. An estimator is a formula that takes data and returns a guess at that number. An estimate is the single value the estimator produces once real data are plugged in. The estimator is the recipe; the estimate is the dish.
The distinction that trips people up is that an estimator is itself a random variable. Feed it a different sample, drawn from the same distribution, and it returns a different value. So the sample mean is not just a number; it has its own distribution, its own mean, and its own variance, and the whole chapter is really about the behavior of that distribution. The hat notation marks the difference: the true mean is written as the Greek letter mu, and its estimator carries a hat.
where μ̂ (“mu-hat”) is the sample mean estimator, n is the number of observations, and the Xi are the sampled random variables. Replacing the random variables with observed data values turns the estimator into an estimate.
The sample mean is the average of the data. The sample variance follows the same sample-analog recipe: average the squared deviations from the sample mean. There is one wrinkle in the divisor, taken up in the next section, but the shape is exactly the population definition with the expectation swapped for an average. The sample standard deviation is the square root of the sample variance.
A small worked sample runs through the chapter. A fund reports five monthly returns: 3%, −2%, 5%, 1%, and 3%. Exhibit 1 lays out the arithmetic of the mean and the squared deviations.
| Month | Return x (%) | x − mean | (x − mean)² |
|---|---|---|---|
| 1 | 3 | 1 | 1 |
| 2 | −2 | −4 | 16 |
| 3 | 5 | 3 | 9 |
| 4 | 1 | −1 | 1 |
| 5 | 3 | 1 | 1 |
| Sum | 10 | 0 | 28 |
From the five returns in Exhibit 1, estimate the mean, the variance, and the standard deviation.
Step 1. The sample mean is the sum over n.
Step 2. The unbiased sample variance divides the summed squared deviations by n − 1.
Step 3. The standard deviation is the square root.
Answer: an estimated mean of 2% per month, a variance of 7.0, and a standard deviation of about 2.65%. These three numbers are estimates: a different five months would give different values, which is exactly why the estimator has a distribution of its own.
Every sample moment is built the same way, by taking the population definition and swapping the expectation for an average. Exhibit 2 lines up each population moment against its sample-analog estimator, which is the single pattern behind the whole chapter.
| Quantity | Population (true, unknown) | Sample estimator (from data) |
|---|---|---|
| Mean | μ = E[X] | (1/n) Σ xi |
| Variance | σ² = E[(X − μ)²] | (1/(n−1)) Σ (xi − x̄)² |
| Standard deviation | σ | s = √(sample variance) |
| Skewness | μ3 / σ³ | μ̂3 / σ̂³ |
| Kurtosis | μ4 / σ⁴ | μ̂4 / σ̂⁴ |
| Covariance | E[(X−μX)(Y−μY)] | (1/(n−1)) Σ (xi−x̄)(yi−ȳ) |
An estimator’s bias is the average gap between the estimate and the truth: the expected value of the estimator minus the true parameter. A bias of zero means the estimator is unbiased, that is, correct on average across all possible samples, even though any single estimate will miss.
where θ̂ (“theta-hat”) is the estimator and θ the true parameter. The sample mean is unbiased, since its expected value is exactly the population mean.
The sample variance needs care. If the squared deviations are divided by n, the estimator comes out slightly too small on average. The reason is subtle but important: the deviations are measured from the sample mean, not the true mean, and the sample mean is, by construction, the point that fits its own data most snugly. That snug fit shrinks the deviations a touch, and estimating the mean uses up one degree of freedom. Dividing by n − 1 instead of n corrects for exactly that, and the result is unbiased.
where dividing by n − 1 rather than n makes the estimator unbiased. The version that divides by n is biased downward by a factor of (n − 1) / n, a bias that fades as n grows.
Dividing the sample variance by n out of habit. On the five returns, dividing by n gives 28 / 5 = 5.6, while the unbiased estimate divides by n − 1 to give 28 / 4 = 7.0. For a five-point sample the difference is large; for a sample of a thousand returns it is trivial. Know which one a question wants: the unbiased s² (divide by n − 1) is the default in financial statistics.
Because the sample mean is a random variable, it has a standard deviation of its own, and that quantity has a special name: the standard error. It is not the spread of the data; it is the spread of the estimate. Where the standard deviation says how scattered individual returns are, the standard error says how far the estimated mean is likely to sit from the true mean. It is the data’s standard deviation divided by the square root of the sample size, so it shrinks as more data arrive, while the data’s own standard deviation does not.
where σ is the standard deviation of the data (estimated by s) and n is the sample size. Quadrupling the data halves the standard error, since the square root of 4 is 2. This is the diminishing return of collecting more data.
Two more scaling rules matter in practice, both flowing from the iid results of the previous chapter. To move a mean or a standard deviation from one frequency to another, the mean scales with the number of periods while the standard deviation scales with the square root of that number. A daily mean is annualized by multiplying by the number of trading days; a daily standard deviation is annualized by multiplying by the square root of that number.
Using the five-month sample (mean 2%, standard deviation 2.65% per month), find the standard error of the estimated mean, and annualize the monthly mean and standard deviation.
Step 1. Standard error: the standard deviation over the square root of n.
Step 2. Annualize: the mean by 12, the standard deviation by the square root of 12.
Answer: a standard error of about 1.18%, an annualized mean of 24%, and an annualized standard deviation of about 9.2%. Note the two different roles of the square root: risk scales with the square root of the horizon, and the uncertainty of the mean shrinks with the square root of the sample size.
These behaviors are worth holding side by side, because the exam likes to test whether a candidate keeps them straight. Exhibit 3 collects them.
| Quantity | What it measures | How it behaves |
|---|---|---|
| Standard deviation, s | Spread of the data around its mean | Roughly stable as more data arrive |
| Standard error, s/√n | Uncertainty of the estimated mean | Shrinks as one over the square root of n |
| Annualized mean | Mean scaled to a one-year horizon | Scales with the number of periods, k |
| Annualized standard deviation | Risk scaled to a one-year horizon | Scales with the square root of k |
Two properties tell you the sample mean is not just adequate but excellent. The first is that it is BLUE, the Best Linear Unbiased Estimator of the population mean when the data are iid. Unpack the acronym: among all estimators that are both linear, a weighted sum of the observations, and unbiased, correct on average, the sample mean has the smallest variance. No other linear unbiased rule squeezes more precision out of the same data. It does not claim that no biased or nonlinear estimator can ever do better; it claims the sample mean wins within the linear, unbiased class.
The second is consistency. An estimator is consistent if it homes in on the true value as the sample grows without limit. Consistency needs two things: any bias must shrink to zero, and the variance must shrink to zero as well. Consistency is why more data genuinely help: it guarantees that the estimate can be made as close to the truth as desired simply by collecting enough observations. It is a large-sample promise, distinct from bias, which is a fixed-sample statement.
Bias and consistency answer different questions. Bias asks, “at this sample size, is the estimator right on average?” Consistency asks, “as the sample grows, does the estimator close in on the truth?” The two can disagree. The variance estimator that divides by n is biased at every finite sample size, yet its bias vanishes as n grows, so it is still consistent. An estimator can be unbiased but not consistent, or biased but consistent; the properties are independent.
Two results describe what happens to the sample mean as the sample grows, and together they are the backbone of statistical inference. The Law of Large Numbers, or LLN, says the sample mean converges to the true population mean: pile up enough independent observations and the estimate settles onto the target. It is the formal reason a large sample gives a trustworthy average.
The Central Limit Theorem, or CLT, describes the shape of the estimate along the way. For a large sample, the distribution of the sample mean is approximately normal, centered on the true mean with a standard deviation equal to the standard error, and this holds whatever the shape of the underlying data. Returns can be skewed and fat-tailed, yet the distribution of their average is close to a bell curve. That is what lets a confidence interval be built with the familiar normal critical values.
where the LLN gives convergence of the estimate to the truth and the CLT gives the approximate normal shape of the estimator, with variance equal to the squared standard error, σ²/n.
Using the estimated mean of 2% and the standard error of 1.18% from earlier, build an approximate 95% confidence interval for the true monthly mean return, applying the CLT.
Step 1. A 95% interval spans the estimate plus and minus 1.96 standard errors.
Answer: an interval from about −0.32% to 4.32%. With only five observations the interval is wide, and it even straddles zero, so this sample cannot rule out a true mean of zero. Collect more data and the standard error shrinks, the interval tightens, and the estimate sharpens, exactly as the LLN promises.
The practical payoff is large. Because the Central Limit Theorem holds whatever the shape of the raw data, a risk manager can attach a normal-based margin of error to an estimated mean, an estimated covariance, or the estimated mean of a combined pair of series, without first proving that the underlying returns are normal. This is why so much of statistical inference leans on the normal even though returns themselves are not normal: it is the average that turns normal, not the data. The one caveat is that the approximation needs a reasonably large sample to be trusted, and with a handful of observations, as in the five-return example, the interval is only a rough guide.
The same sample-analog recipe estimates the higher moments. Sample skewness averages the cubed deviations and divides by the cubed standard deviation; sample kurtosis averages the fourth-power deviations and divides by the fourth power of the standard deviation. Both are standardized, so they carry no units and can be compared across assets. Because the cube keeps the sign of a deviation, skewness reads asymmetry; because the fourth power magnifies large deviations, kurtosis reads tail heaviness.
where μ̂3 and μ̂4 are the sample third and fourth central moments (the averaged cubed and fourth-power deviations). Excess kurtosis subtracts 3, the kurtosis of a normal, so a positive excess kurtosis flags fatter-than-normal tails.
For most financial return series the estimates come out with a recognizable signature: a mildly negative skewness, because large drops arrive more often than equally large jumps, and a kurtosis well above 3, because extreme moves of either sign are more frequent than a normal would allow. A risk manager who estimates a near-zero skewness and a kurtosis of 3 on a long return series should suspect the data rather than trust the calm, since real markets rarely behave that neatly.
Two cross-moment cousins extend the idea to pairs of variables. Coskewness and cokurtosis are to skewness and kurtosis what covariance is to variance: they measure whether one variable takes an extreme value at the same time as another. Negative coskewness between two returns, for instance, says that when one falls sharply the other tends to be turbulent too, which is precisely the joint tail behavior that matters for a portfolio in a crisis.
Quantiles are estimated by sorting the data and reading off the value at the right position. The median, the 0.5 quantile, is the middle value of the sorted sample; the 0.95 quantile sits 95 percent of the way up the sorted list. A rough position rule places the p-quantile at rank p times n in the sorted data, with interpolation between neighboring points when that rank is not a whole number. Quantile estimates have one great virtue for financial data: they are robust to outliers. A single monstrous return drags the mean around but barely moves the median, which is why quantiles are trusted when the data are heavy-tailed, the usual case in markets, and why value at risk, itself a quantile of losses, is often estimated directly from the sorted data.
Find the median of the five monthly returns: 3%, −2%, 5%, 1%, 3%.
Step 1. Sort the returns from smallest to largest.
Step 2. With five values, the median is the third, the middle one.
Answer: the median is 3%, above the mean of 2%. The single weak month of −2% pulls the mean down but leaves the median untouched, which is the robustness that makes quantiles useful when a few extreme observations would distort the average.
With two data series, the sample analog estimates their covariance and correlation. Sample covariance averages the product of the two variables’ deviations from their own means, dividing by n − 1 for the same unbiasedness reason as the variance. Sample correlation then divides that covariance by the product of the two sample standard deviations, landing between minus one and plus one.
where X̄ and Ȳ are the two sample means and sX, sY the two sample standard deviations. As with the two-variable mean, the Central Limit Theorem applies, so a covariance or correlation estimated from a large sample is itself approximately normally distributed around its true value.
Two funds report returns over four periods. Fund A: 2, −1, 4, 3 (mean 2). Fund B: 1, 0, 3, 4 (mean 2). Estimate the covariance and correlation.
Step 1. Multiply the paired deviations and sum. Deviations of A are 0, −3, 2, 1; of B are −1, −2, 1, 2.
Step 2. Divide by n − 1 = 3 for the covariance.
Step 3. Divide by the two standard deviations, sA ≈ 2.16 and sB ≈ 1.83.
Answer: a sample covariance of about 3.33 and a correlation of about 0.84, a strong positive relationship. The two funds move together closely in this sample, though with only four periods the estimate is noisy, and a longer history would pin it down more tightly.
A sample of four losses is 2, 4, 4, 6 (in millions). Estimate the unbiased sample variance.
The mean is (2 + 4 + 4 + 6) / 4 = 4. The deviations are −2, 0, 0, 2, and their squares are 4, 0, 0, 4, summing to 8. Divide by n − 1 = 3: the unbiased variance is 8 / 3 ≈ 2.67 (millions squared), so the standard deviation is about 1.63 million. Dividing by n instead would have given 2.0, which is the biased estimate.
A mean is estimated with a standard error of 4%. Roughly how much data, relative to what you have, is needed to cut the standard error to 2%?
The standard error falls with the square root of the sample size, so halving it requires quadrupling the data. Cutting the standard error from 4% to 2% means dividing it by 2, which needs 2² = 4 times as many observations. This square-root law is why the first few observations sharpen an estimate quickly, while later ones add precision ever more slowly.
A daily return series has a standard deviation of 1.5%. Under an iid assumption with 252 trading days, what is the annualized standard deviation?
The standard deviation scales with the square root of the number of periods, so the annualized figure is 1.5% × √252 ≈ 1.5% × 15.87 ≈ 23.8%. The mean would scale by the full 252, but risk scales only by the square root, because variance, not standard deviation, adds across independent days.
A colleague says an estimator that divides the sample variance by n is useless because it is biased. Why is that too harsh?
Because it is still consistent. The bias of the divide-by-n estimator is a factor of (n − 1) / n, which approaches 1 as n grows, so the bias vanishes in large samples and the estimate converges to the true variance. For the large datasets common in finance the difference between dividing by n and by n − 1 is negligible. Bias at a fixed sample size and behavior as the sample grows are separate questions.
An estimator is the rule or formula that turns data into a guess of an unknown quantity, for example the formula that averages the observations to estimate the mean. An estimate is the single number that rule produces once actual data are plugged in. The estimator is a random variable, because it would give a different value for a different sample; the estimate is one realized value of it. Loosely, the estimator is the recipe and the estimate is the dish.
A population moment is a fixed but unknown property of the whole distribution, such as its true mean or variance. A sample moment is a quantity computed from a finite set of observed data that is used to estimate the corresponding population moment. The population moment is the target; the sample moment is the data-based guess at it. Sample moments are built by replacing the expectation in the population definition with an average over the sample, which is called the sample analog.
Dividing by n gives a variance estimator that is biased slightly downward, because the deviations are measured from the sample mean rather than the true mean, and the sample mean fits its own data a little too well. Estimating the mean uses up one degree of freedom, and dividing by n minus 1 instead of n exactly corrects for that, producing an unbiased estimator whose expected value equals the true variance. The correction matters most for small samples and becomes negligible as the sample grows.
A standard deviation measures the spread of the data itself, how far individual observations sit from their mean. A standard error measures the uncertainty of an estimator, how far the estimate is likely to sit from the true value. For the sample mean, the standard error is the standard deviation of the data divided by the square root of the sample size, so it shrinks as more data are collected, while the standard deviation of the data does not. The standard error is what turns an estimate into a confidence interval.
BLUE stands for Best Linear Unbiased Estimator. When the data are independent and identically distributed, the sample mean is BLUE for the population mean, which means that among all estimators that are both a linear combination of the observations and unbiased, the sample mean has the smallest variance. In plain terms, no other linear unbiased rule uses the data more efficiently to estimate the mean. It does not rule out biased or nonlinear estimators being more accurate in some settings.
The Law of Large Numbers says that as the sample size grows, the sample mean converges to the true population mean, so with enough data the estimate lands on the target. The Central Limit Theorem says something about the shape along the way: for a large sample, the distribution of the sample mean is approximately normal, centered on the true mean with a standard deviation equal to the standard error, whatever the shape of the underlying data. The Law of Large Numbers gives convergence; the Central Limit Theorem gives the bell-shaped distribution used to build confidence intervals.
Yes. Bias is about the average error at a fixed sample size, while consistency is about what happens as the sample size grows without limit. An estimator is consistent if it converges to the true value as the sample grows, which requires any bias to shrink to zero and the variance to shrink to zero. The biased version of the sample variance, which divides by n, is a good example: it is biased for any finite sample, yet its bias vanishes as the sample grows, so it is still consistent.
Loading comments...
Add your Thoughts: