home
>
statistics
>
r-squared

Coefficient of Determination Calculator

Online calculator for finding the correlation coefficient and r-squared (r2) values which depict the relationship between two data series and how well the model predicts the future outcomes. Pearson's formula is used for this calculation.


R-Squared (r2) Value Calculation

Enter the X values separated by comma,
Enter the Y values separated by comma,
 
Result
Total Numbers (N):
Correlation Coefficient (r):
Coefficient of Determination (r2):

 
   
  
Code to add this calci to your website Expand embed code Minimize embed code
Just copy and paste the below code to your webpage where you want to display this calculator.




Formula Used:

Correlation Coefficient ( r ) = N x ∑ XY - ( ∑ X ) ( ∑ Y ) / √ N x ( ∑ X2 - ( ∑ X )2 √ N x ( ∑ Y2 - ( ∑ Y )2

Coefficient of Determination ( r2 ) = r x r.

Determining r-squared (r2) value is used as a guideline to measure the accuracy of the data model.