in reply to Re^4: 3D Planar Multiple Linear Regression?
in thread 3D Planar Multiple Linear Regression?

You use the regress() method for each least squares fit required by the algoritm. In essence, given three lines of regression from each plane in the model, you treat those as equations and use a matrix approach to solving them as simultaneous equations to produce the resulting plane (PM supersearch for "zentara" and "solving matrices" for a more detailed explanation of that sub-algorithm) - there isn't a method that does the whole algorithm for you.

One world, one people

  • Comment on Re^5: 3D Planar Multiple Linear Regression?