Best way and key features to draw line of best fit?
Is it necessary to pass through the first and last point on the graph? How do you determine the outliers of the graph?
Cheers!
Theoretically speaking, the point
will lie on the LOBF, where
is the average of the
x-coordinates of the points to be plotted, and similarly for
. However, it's a waste of time to calculate these averages, as you just need a decent-looking LOBF, not THE perfect one.
To draw a decent one, try lining up your ruler (preferably a see-through one) with the points and adjusting it to see what the line you'd draw would be like. Try and draw one where, roughly speaking, the sum of distances of points above your LOBF to the LOBF is similar to those below. (E.g. if every point was above your LOBF, clearly your LOBF isn't ideal, and you should adjust it upwards.)
To identify an outlier by eye, just check if it seems to lie well off the LOBF if you ignored that point and did your LOBF based on the remaining points only. You shouldn't force a line of best fit through a clear outlier; rather, ignore it and draw the LOBF through the other points; circling the outlier point and writing something like "outlier ignored for LOBF".