Skip to main content

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.

चरण-दर-चरण मार्गदर्शक

  1. 1R² = 1 − SS_residual / SS_total
  2. 2SS_total = Σ(yi − ȳ)²
  3. 3SS_residual = Σ(yi − ŷi)²
  4. 4For simple linear regression: R² = r²

Worked Examples

इनपुट
SS_total=100 · SS_residual=30
परिणाम
R² = 0.70 — model explains 70% of variance
Reasonable for many real-world applications

गणना करण्यास तयार आहात? विनामूल्य R-squared कॅल्क्युलेटर वापरून पहा

ते स्वतः वापरून पहा →

सेटिंग्ज