I was reading the book an introduction to statistical learning with R (http://www-bcf.usc.edu/~gareth/ISL/data.html), and came across this expression that I haven't seen before. Can anyone tell me what this means:
$$ {\bar x^{2} \over \sum_{i=1}^n(x_i - \bar x)^2} $$
The full equation (where I saw it is:) $$ SE(\hat \beta)^2 = \sigma^2 [{1 \over n} + {\bar x^{2} \over \sum_{i=1}^n(x_i - \bar x)^2}] $$
FYI. this is the equation for calculating the standard error of the coefficients of linear regression (ML).