You compute the historical Sharpe ratio of a strategy at 1.2 over 24 months. The next desk over runs the same strategy and gets 0.6 over 36 months. The exam tests whether the gap is real or whether you'd expect that much variation by chance, and how to make that call without overstating your confidence.
A population moment is a fixed property of the true (unknown) distribution: the true mean , the true variance , the true skewness, and so on. You don't observe these directly. A sample moment is computed from data:
The in the variance denominator (Bessel's correction) makes the sample variance unbiased. With , you would systematically underestimate true variance, because you lost one degree of freedom estimating from the same data.
An estimator is a function of the data; an estimate is one realization (e.g., for a specific dataset). Three properties matter:
Common mistakes
- Confusing Type I and Type II errors. Type I = reject true . Type II = fail to reject false . Trap: "what is the size of the test?" and a choice gives . Size = = Type I rate; power = .
- Interpreting p-value as . A p of 0.03 means data would be this extreme 3% of the time IF is true. Trap: "3% probability the strategy has zero alpha" conflates conditional with posterior.
- Treating one- and two-sided CIs as interchangeable. Two-sided 95% test ↔ 95% two-sided CI. One-sided 95% test ↔ 90% two-sided CI. Trap: a one-sided p of 0.025 maps to two-sided p of 0.05, not 0.025.
Bottom line
- Population moments are fixed parameters; sample moments are random estimates. The sample mean is unbiased, consistent, and BLUE (Best Linear Unbiased Estimator), and the divisor makes sample variance unbiased.
- Law of Large Numbers: the sample mean converges to the true mean as . Central Limit Theorem: the sample mean is approximately normal for large regardless of distribution, with standard error .
- Hypothesis testing: specify , pick a significance level , compute a test statistic, compare to the critical value or p-value. Reject when p-value .
- Type I error = reject true (probability , the size). Type II error = fail to reject false (probability ). Power = , and lowering raises .
Exam shortcut
When a question gives a test statistic, p-value, and , the decision is mechanical: reject if p < or |stat| > critical. The trap is interpretation: a small p-value is evidence against , not the probability the null is true.
The full lesson (about 2,802 words, 19 min read) adds 2 worked examples, all 6 common mistakes, a self-check, free in the app.
Learning objectives
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
Browse all free FRM Part I lessons or jump into free FRM Part I practice questions.