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

Thanks Folks!

I can't get my head round Statistics::Regression, can you simply input 3D cartesian co-ordinates and output an equation for the plane?

Does anyone have an example please?
  • Comment on Re^2: 3D Planar Multiple Linear Regression?

Replies are listed 'Best First'.
Re^3: 3D Planar Multiple Linear Regression?
by anonymized user 468275 (Curate) on May 16, 2011 at 15:35 UTC
      It looks promising?

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

      If so which method outputs the equation of the plane?

        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