Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Linear regression in 3 dimensions

Reply
Thread Tools

Linear regression in 3 dimensions

 
 
wirecom@wirelessmeasurement.com
Guest
Posts: n/a
 
      09-02-2006
Hi all,

I am seeking a module that will do the equivalent of linear regression in
3D to yield a best fit a plane through a set of points (X1, Y1, Z1), (X1,
Y1, Z1),... (Xn, Yn, Zn).

The resulting equation to be of the form:

Z = aX + bY + c

The function I need would take the set of points and return a,c & c Any
pointers to existing code / modules would be very helpful.

Many thanks,
JAZZ
 
Reply With Quote
 
 
 
 
John Machin
Guest
Posts: n/a
 
      09-02-2006

wrote:
> Hi all,
>
> I am seeking a module that will do the equivalent of linear regression in
> 3D to yield a best fit a plane through a set of points (X1, Y1, Z1), (X1,
> Y1, Z1),... (Xn, Yn, Zn).
>
> The resulting equation to be of the form:
>
> Z = aX + bY + c
>
> The function I need would take the set of points and return a,c & c Any
> pointers to existing code / modules would be very helpful.
>


You don't mention what you found lacking in the several possibilities
thrown up by googling "linear regression python" ...

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Non-linear regression help in Python Krzysztof Bieniasz Python 0 02-14-2011 09:24 PM
linear regression in webform Nod Lee ASP .Net 1 01-09-2007 01:44 PM
Linear regression in NumPy Jianzhong Liu Python 1 12-05-2006 06:50 PM
Re: Linear regression in 3 dimensions Robert Kern Python 5 09-14-2006 11:28 PM
Linear regression in NumPy nikie Python 15 03-24-2006 09:39 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57