How to calculate coefficient of determination correctly
WHAT IS THE CO-EFFICIENT OF DETERMINATION?
Coefficient of determination is also called R-SQUARED (r²). it is used to explain the relationship between independent variable and dependent variables. Business investors use coefficient of determination to conduct trend analysis.
Coefficient of determination is a further statistical treatment of Regression analysis. In regression analysis there are three types of variation namely;
- total variation
- explained variation
- unexplained variation
It is used to measure the strength of the linear relationship.The stronger the linear relation the high the value of the coefficient.
The coefficient of determination is a positive interger between 0 and 1. It cannot be negative because r-squared mean that a negative squared should result to a positive.
INTERPRETATION OF THE VALUE OF THE COEFFICIENT OF DETERMINATION
- If the coefficient is 1 (unity); this shows that the model is reliable for future forecasting.
- If the coefficient is 0 ; this means that the model is unreliable for forecasting.
- Any value between 0 and 1 shows the proportion that the model can explain or forecast. for instannce,if r-squared is 0.64, this means that 64% of the total variation in the dependent variable has been explained by the independent variable.
- The maximum value of r²is one, which is translated to 100% explained variation,beyond which the is no variation to be explained.
Comments
Post a Comment