Someone already showed how to find a fitting plane from a set of points in 3D here 3D Least Squares Plane
I just wonder if there is an algorithm to progressively find the best fitting plane point after point? Let's say I have a best fitting plane for n-1 points, is there an easy way to calculate the new fitting plane considering the n-th point?
Thanks