3(12), For the following set of data {(-1, 0), (0, 2), (1, 4), (2, 5)}
a) Find the slope and intercept of the least square regression line
b) Compute the R-squared (The coefficient of determination) by:
R-squared = SSR / SST = 1 - SSE / SST
c) Estimate the value of y for x = 1.9
x y ȳ ŷ (y-ȳ) (y-ŷ) (y-ȳ)² (y-ŷ)²