Linear Modelingmedium
0:00.0

For a simple linear regression model with nn observations, the leverage (hat value) of the ii-th observation is given by hii=1n+(xixˉ)2(xjxˉ)2h_{ii} = \frac{1}{n} + \frac{(x_i - \bar{x})^2}{\sum (x_j - \bar{x})^2}. If an observation has an independent variable value equal to the sample mean (xi=xˉx_i = \bar{x}), what is its leverage value?