R-squared ஐ எப்படி கணக்கிடுவது
R-squared என்றால் என்ன?
R² (coefficient of determination) measures the proportion of variance in the dependent variable that is predictable from the independent variable(s). R²=0.80 means 80% of variation in Y is explained by the model.
படிப்படியான வழிகாட்டி
- 1R² = 1 − SS_residual / SS_total
- 2SS_total = Σ(yi − ȳ)²
- 3SS_residual = Σ(yi − ŷi)²
- 4For simple linear regression: R² = r²
தீர்க்கப்பட்ட எடுத்துக்காட்டுகள்
உள்ளீடு
SS_total=100 · SS_residual=30
முடிவு
R² = 0.70 — model explains 70% of variance
Reasonable for many real-world applications
கணக்கிடத் தயாரா? இலவச R-squared கால்குலேட்டரை முயற்சிக்கவும்
நீங்களே முயற்சிக்கவும் →