1.2 Sampling, Hypothesis Testing & Regression Analysis
Key Takeaways
- The standard error of a sample mean is the sample standard deviation divided by the square root of the observation count, so quadrupling the sample only halves estimation error.
- Three years of monthly returns (n = 36) is almost never enough to establish that a manager's alpha is statistically different from zero at the 95% confidence level.
- In a single-factor regression of fund returns on benchmark returns, the slope is beta, the intercept is Jensen's alpha, and R-squared is the fraction of return variation explained by the benchmark.
- Multicollinearity inflates coefficient standard errors without biasing the coefficients, producing a high R-squared alongside individually insignificant factor loadings.
- Serial correlation in reported returns — common in appraisal-priced real estate and private funds — biases standard errors downward and makes risk look artificially low.
1.2 Sampling, Hypothesis Testing & Regression Analysis
1. From Population to Sample: Sampling Distributions and Standard Error
Every statistic an investment consultant quotes — a manager's average excess return, an asset class's volatility, a factor loading — is a sample estimate drawn from an unobservable population. The CIMA exam repeatedly tests whether a candidate understands that an estimate is a random variable with its own distribution, not a fact.
The sampling distribution of the sample mean has a standard deviation called the standard error of the mean:
where $s$ is the sample standard deviation and $n$ is the number of observations. Because $n$ enters under a square root, precision improves slowly: to halve the standard error you must quadruple the sample. This single fact explains why performance track records are so weak as evidence.
The Central Limit Theorem (CLT) states that the sampling distribution of the mean approaches a normal distribution as $n$ grows, regardless of the shape of the underlying population. In practice, $n \geq 30$ is the conventional threshold. The CLT is what licenses the use of normal-based confidence intervals on mean returns even when the return series itself is skewed and fat-tailed.
When the population standard deviation is unknown — always the case in practice — the correct reference distribution is Student's t with $n - 1$ degrees of freedom, not the standard normal. The t-distribution has fatter tails, so it produces wider (more honest) confidence intervals. The two converge as $n$ rises above roughly 120.
| Sample size (n) | Degrees of freedom | Two-tailed 95% critical value |
|---|---|---|
| 10 | 9 | 2.262 |
| 20 | 19 | 2.093 |
| 36 | 35 | 2.030 |
| 60 | 59 | 2.001 |
| 120 | 119 | 1.980 |
| $\infty$ (normal) | — | 1.960 |
A confidence interval for the mean is:
2. The Hypothesis-Testing Framework
A hypothesis test formalizes the question "could this result plausibly be luck?" The structure is fixed:
- State the null hypothesis $H_0$ — the position of no effect, e.g. "the manager's true alpha is zero."
- State the alternative $H_a$ — e.g. "true alpha is not zero" (two-tailed) or "true alpha is positive" (one-tailed).
- Choose a significance level $\alpha$, conventionally 0.05.
- Compute the test statistic, e.g. $t = (\bar{x} - \mu_0) / SE$.
- Compare the statistic to the critical value, or compare the p-value to $\alpha$.
The p-value is the probability of observing a result at least as extreme as the one obtained if the null were true. It is not the probability that the null is true — a distinction the exam tests directly.
Two errors are possible:
| $H_0$ actually true | $H_0$ actually false | |
|---|---|---|
| Reject $H_0$ | Type I error (false positive), probability = $\alpha$ | Correct decision (power = $1 - \beta$) |
| Fail to reject $H_0$ | Correct decision | Type II error (false negative), probability = $\beta$ |
Lowering $\alpha$ to reduce false positives mechanically raises $\beta$ and reduces power. Only a larger sample improves both simultaneously.
Worked Example: Is This Manager's Alpha Real?
A consultant reviews a large-cap manager with 36 monthly excess returns. The sample mean monthly excess return is +0.90% with a sample standard deviation of 4.20%.
- Standard error: $SE = 4.20% / \sqrt{36} = 4.20% / 6 = 0.70%$
- Test statistic: $t = (0.90% - 0%) / 0.70% = 1.286$
- Critical value: two-tailed, $\alpha = 0.05$, df = 35 $\rightarrow$ 2.030
- Decision: $1.286 < 2.030$, so fail to reject $H_0$.
Despite an annualized excess return of roughly 10.8%, three years of data cannot distinguish this manager from luck. Solving for the sample size that would be needed at this signal-to-noise ratio requires $t \geq 2$, i.e. $n \geq (2 \times 4.20 / 0.90)^2 \approx 87$ months — more than seven years. This is the quantitative justification for the consulting convention of requiring full market-cycle track records.
3. Simple Linear Regression: Estimating Beta and Alpha
The single-index model regresses a fund's excess return on the benchmark's excess return:
Ordinary least squares (OLS) chooses $\alpha$ and $\beta$ to minimize the sum of squared residuals. The slope has a closed form:
- The intercept $\alpha$ is Jensen's alpha — return unexplained by benchmark exposure.
- The slope $\beta$ is systematic risk relative to the benchmark.
- R-squared is the proportion of the fund's return variance explained by the benchmark; in a single-factor regression $R^2 = \rho^2$.
- The standard error of the estimate measures typical residual size; residual (non-systematic) risk is the volatility of $\varepsilon$.
Worked Example: Beta and R-Squared
A fund has $\sigma_p = 18.0%$, the benchmark has $\sigma_m = 16.0%$, and their correlation is $\rho = 0.90$.
81% of the fund's return variation is benchmark-driven; the remaining 19% is idiosyncratic. An $R^2$ this high indicates the benchmark is appropriate — a critical input to the benchmark-selection process covered in the manager-monitoring material.
4. Multiple Regression and Model Diagnostics
Multi-factor attribution extends the model to several explanatory variables:
Because adding any regressor mechanically raises $R^2$, multiple regression is judged on adjusted R-squared, which penalizes the addition of variables that do not earn their degrees of freedom:
Adjusted $R^2$ can fall when a useless factor is added — that decline is the signal to drop it.
OLS inference relies on assumptions, and violations are a favorite exam target because each one has a different consequence:
| Violation | Definition | Effect on coefficients | Effect on inference | Typical diagnostic |
|---|---|---|---|---|
| Multicollinearity | Regressors highly correlated with one another (e.g. value and quality factors) | Unbiased | Standard errors inflated; high overall $R^2$ with individually insignificant t-stats | Variance inflation factor (VIF) |
| Heteroskedasticity | Residual variance changes with the level of a regressor (volatility clustering) | Unbiased | Standard errors biased; t-stats unreliable | Breusch–Pagan test |
| Serial correlation | Residuals correlated across time (appraisal-based or stale pricing) | Unbiased | Standard errors biased downward; significance overstated, risk understated | Durbin–Watson statistic |
The practical consulting warning: serial correlation is pervasive in private real estate, private credit, and fund-of-funds returns because valuations are appraisal-based and smoothed. Smoothed returns understate true volatility, understate beta, and inflate Sharpe ratios. A Durbin–Watson statistic materially below 2.0 (positive autocorrelation) should trigger an unsmoothing adjustment before those returns enter a mean-variance optimizer.
A consultant evaluates a manager using 36 monthly excess returns with a sample mean of 0.90% and a sample standard deviation of 4.20%. Using a two-tailed test at the 5% significance level (critical t = 2.030), what should the consultant conclude about the manager's alpha?
A fund has an annualized standard deviation of 18.0%, its benchmark has a standard deviation of 16.0%, and the correlation between them is 0.90. What are the fund's beta and R-squared relative to that benchmark?
An analyst regresses a manager's returns on four style factors and finds a high overall R-squared of 0.94, yet none of the four individual factor loadings is statistically significant. Which regression assumption violation best explains this pattern, and what is its effect on the estimated coefficients?