- Home
- /
- Math
- /
- Statistics & Probability
- /
- Coefficient of Determination
Coefficient of Determination
Also known as: R², R-squared
Grade 9-12
View on concept mapThe proportion of the total variation in the response variable y that is explained by the linear relationship with the explanatory variable x. The most commonly reported measure of how well a regression model fits the data.
Definition
The proportion of the total variation in the response variable y that is explained by the linear relationship with the explanatory variable x. It equals the square of the correlation coefficient: r^2.
💡 Intuition
Total variation in y has two parts: what the regression line explains and what's left over (residual variation). If r^2 = 0.85, the regression line accounts for 85\% of why y values differ from each other, and 15\% is unexplained. Think of r^2 as a report card for how well x predicts y.
🎯 Core Idea
r^2 close to 1 means the model explains most of the variation; close to 0 means it explains very little. But a high r^2 does NOT prove the model is correct—always check the residual plot.
Example
Formula
Notation
r^2 ranges from 0 to 1. \text{SS}_{\text{total}} = total sum of squares. \text{SS}_{\text{residual}} = residual sum of squares.
🌟 Why It Matters
The most commonly reported measure of how well a regression model fits the data. It translates the abstract correlation into a concrete percentage that's easy to communicate.
💭 Hint When Stuck
R-squared tells you what fraction of the variation in y is explained by the model. Compute it as 1 - \frac{SS_{\text{res}}}{SS_{\text{tot}}}. Values near 1 mean the model explains most variation; near 0 means it explains little.
Formal View
See Also
Compare With Similar Concepts
🚧 Common Stuck Point
Students confuse r and r^2. If r = 0.7, the model explains r^2 = 0.49 or only 49\% of variation—much less impressive than r sounds.
⚠️ Common Mistakes
- Interpreting r^2 = 0.64 as 'the correlation is 0.64'—actually r = \pm 0.8 (check the sign from the slope).
- Thinking a high r^2 means the linear model is appropriate—a curved relationship can have high r^2 but the linear model is still wrong.
- Saying 'r^2 = 0.81 means 81\% of the data points fall on the line'—it means 81\% of the variation in y is accounted for by the linear model.
Go Deeper
Frequently Asked Questions
What is Coefficient of Determination in Math?
The proportion of the total variation in the response variable y that is explained by the linear relationship with the explanatory variable x. It equals the square of the correlation coefficient: r^2.
What is the Coefficient of Determination formula?
When do you use Coefficient of Determination?
R-squared tells you what fraction of the variation in y is explained by the model. Compute it as 1 - \frac{SS_{\text{res}}}{SS_{\text{tot}}}. Values near 1 mean the model explains most variation; near 0 means it explains little.
Prerequisites
Next Steps
Cross-Subject Connections
How Coefficient of Determination Connects to Other Ideas
To understand coefficient of determination, you should first be comfortable with correlation, linear regression lsrl and residuals. Once you have a solid grasp of coefficient of determination, you can move on to regression inference.