I'm trying to come up with a process to decide whether a new piece of data fits the overall trend. So if you imagine a chart with the data points on, and then a line of best fit.
When I add each new one, I'm going to say how confident I am that it's 'right' iyswim. So I can see two possibilities:
- I have all the other data and a line of best fit. I use the LOBF to calculate an expected value for this new data point. I then see how far it is from that.
- I add the new data point, calculate the LOBF for the data including the new point, and then I see how far it is from that.
Which is better? Or are they essentially the same?