Leverage Formula in Simple Linear Regression
Which formula correctly calculates the leverage of the ith observation in simple linear regression with n total observations?
A
h_i = 1/n + (x_i - x̄)²/Σ(x_j - x̄)²
B
h_i = (y_i - ŷ_i)/s_e
C
h_i = (y_i - ŷ_i)²/Σ(y_j - ȳ)²
D
h_i = (x_i - x̄)(y_i - ȳ)/Σ(x_j - x̄)(y_j - ȳ)
Question Leaderboard
Not enough data yet to show leaderboard.
APFIVE