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

It looks promising?

But can this be done with 3D cartesian co-ordinates?

If so which method outputs the equation of the plane?

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

Replies are listed 'Best First'.
Re^5: 3D Planar Multiple Linear Regression?
by anonymized user 468275 (Curate) on May 19, 2011 at 12:09 UTC
    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