Line of Best Fit
nRegression Equation Formula Ð finds the line of best fit
nLeast squares method (LSM)ÐPearsonÕs mathematics to create a straight line. LSM produces a value for the slope and the intercept. With slope and intercept Ð write an equation for a straight line (this is one that best fits your data)
n
n Ŷ = a + bX
n
nŶ = predicted value of Y from X
n
na = point where line intersects Y axis a, b = regression
nb = slope of the regression line           coefficients
nX = X score (data) used to predict Y
n