Skip to main content
aifinhub
Risk & Portfolio Construction Formula

R-Squared Formula

R-squared is the proportion of a portfolio's return variance that is explained by movements in its benchmark. In a single-factor regression it equals the square of the correlation between portfolio and benchmark returns. A high R-squared makes beta and alpha meaningful; a low one warns that the benchmark is the wrong yardstick.

By AI Fin Hub Research · AI Fin Hub Team
Best Next MoveCalculators

Correlation Matrix Visualizer

Paste a multi-asset returns CSV. See the Pearson correlation heatmap, condition number, average absolute correlation, and eigenvalue concentration.

CalculatorOpen ->

On This Page

Formula

Copy the exact expression or work through it step by step below.

R^2 = 1 - ( SS_res / SS_tot ) Single factor: R^2 = rho(p, b)^2 where SS_res = sum of squared regression residuals, SS_tot = sum of squared deviations of R_p from its mean

Variables

SS_res

Residual sum of squares

Sum of squared differences between actual portfolio returns and the returns predicted by the benchmark regression. It is the variation the benchmark fails to explain.

SS_tot

Total sum of squares

Sum of squared deviations of portfolio returns from their own mean, the total variation to be explained.

rho(p, b)

Correlation with benchmark

Correlation coefficient between portfolio and benchmark returns. In the one-factor case R-squared is simply its square, which is why R-squared always lies between 0 and 1.

R^2

Coefficient of determination

Fraction of variance explained, from 0 (benchmark explains nothing) to 1 (benchmark explains everything). Index funds run near 1.0; market-neutral and alternative strategies run low.

Step By Step

  1. 1

    Regress portfolio returns on benchmark returns, or compute the correlation between the two series.

    The correlation between fund and index monthly returns is 0.92.

  2. 2

    In the single-benchmark case, square the correlation to get R-squared.

    0.92^2 = 0.8464.

  3. 3

    Interpret the result as the share of variance explained by the benchmark.

    About 85% of the fund's return variation is driven by the index.

  4. 4

    Use R-squared to judge whether beta and alpha are trustworthy: low R-squared means the benchmark is a poor reference and its beta is noisy.

    An R-squared of 0.30 means 70% of variation is unexplained, so a reported beta against this benchmark should be treated cautiously.

Worked Example

Validating a benchmark for a large-cap fund

Correlation with benchmark

0.92

R-squared = rho^2 = 0.92^2 = 0.8464.

R-squared of about 0.85. Roughly 85% of the fund's return variance comes from the benchmark, so beta and the index are appropriate, and any alpha estimate is meaningful. The remaining 15% is idiosyncratic, the portion where active selection lives. If R-squared had come in near 0.30, the reported alpha and beta would be unreliable because the benchmark explains too little.

Common Variations

Adjusted R-squared: penalizes added regressors so extra factors are only credited if they explain more than chance, used in multifactor models.
Multifactor R-squared: total variance explained by several factors jointly, no longer a simple squared correlation.
Correlation: the signed square root of single-factor R-squared, which preserves the direction of the relationship that R-squared discards.

Try These Tools

Run the numbers next

Sources & References

Related Content

Keep the topic connected

Planning estimates only — not financial, tax, or investment advice.