Quant Memo
Statistics/●●●●●

Read an R-squared honestly with adjusted R-squared

You fit a model with k=15k = 15 features on n=120n = 120 observations and get R2=0.35R^2 = 0.35.

Compute the adjusted R2R^2 and the R2R^2 you would expect from pure noise. What do they tell you about the fit?

Show a hint

Adjusted R2=1(1R2)n1nk1R^2 = 1 - (1 - R^2)\frac{n-1}{n-k-1}, and kk junk features earn E[R2]kn1E[R^2] \approx \frac{k}{n-1} for free.

Your answer

This one is open-ended. Work it through, then check your reasoning against the full solution.

More Statistics questions