How do I estimate the new slope and intercept if I'm given a 'updated' data instance?
For example I have a regression equation y = 1x + 0.5 and this is learned with a data set of 10 data instances with feature x = {9,22,34,36,38,49,59,78,80,85},
Let's say one of the instances (49,50) (60 is the true y label for this instance) is changed to (49,60). How would this affect the new equation?