An Introduction to Statistical Learning

An Introduction to Statistical Learning

with Applications in R

Scott Mueller (lvl 19)
Chapter 3

Preview this deck

Total sum of squares (TSS)

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

16

All-time users

17

Favorites

0

Last updated

3 years ago

Date created

Jan 14, 2021

Cards (4)

Chapter 3

(4 cards)

Total sum of squares (TSS)

Front

$$\sum_i (y_i - \overline{y})^2$$

measures total variance in the response \(Y\)

Back

\(R^2\) statistic

Front

$$\frac{\text{TSS} - \text{RSS}}{\text{TSS}} = 1 - \frac{\text{RSS}}{\text{TSS}}$$

measures the proportion of variability in \(Y\) that can be explained using \(X\)

Back

Residual sum of squares (RSS)

Front

$$\sum_i e_i^2$$

where \(e_i = y_i - \hat{y}_i\)

Back

Residual standard error (RSE)

Front

Estimate of \(\sigma\),

$$\sqrt{\frac{\text{RSS}}{n-2}}$$

Back