Coefficient of Determination Calculator
The coefficient of determination calculator is designed to compute the R-squared value of a given regression model.
How to Use the Coefficient of Determination Calculator?
- First, enter the predictor (X) and observed (Y) values with a comma or space separator. Example: 5,10,15 or 5 10 15.
- Press the 'Calculate' button.
- Finally, the tool returns the coefficient of determination (R2) value associated with the given regression.
- The tool also gives the correlation coefficient (r) value with interpretation.
How to Calculate R-squared (R2)?
The R-squared (R2) value is calculated using the following formula:
SSR = Σ(yi - ŷi)2
SST = Σ(yi - ȳ)2
Where,
SSR = Sum of squared residuals,
SST = Total sum of squares,
yi = Observed value,
ŷi = Predicted value,
ȳ = Mean (average) of the observed values.