Re: [Numpy-discussion] statistical model fitting & comparison

2008-10-22 Thread Joris De Ridder
Thanks for the pointers. I'll produce some code to show what I have in mind, and then come back to the list. Cheers, Joris Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm ___ Numpy-discussion mailing list Numpy-discussion@scipy.org htt

Re: [Numpy-discussion] statistical model fitting & comparison

2008-10-21 Thread Kevin Jacobs <[EMAIL PROTECTED]>
On Tue, Oct 21, 2008 at 5:01 PM, Bruce Southey <[EMAIL PROTECTED]> wrote: > I think you are on your own here as it is a huge chunk to chew! > Depending on what you really mean by linear models is also part of that > (the Wikipedia entry is amusing). Most people probably to stats > applications lik

Re: [Numpy-discussion] statistical model fitting & comparison

2008-10-21 Thread Bruce Southey
Stéfan van der Walt wrote: > Hi Joris > > 2008/10/21 Joris De Ridder <[EMAIL PROTECTED]>: > >> I'm interested in developing some general-use Python/Numpy code for >> linear model fitting and comparison. The fitting is easy enough with >> Numpy, but the automated comparison of the submodels to id

Re: [Numpy-discussion] statistical model fitting & comparison

2008-10-21 Thread Stéfan van der Walt
Hi Joris 2008/10/21 Joris De Ridder <[EMAIL PROTECTED]>: > I'm interested in developing some general-use Python/Numpy code for > linear model fitting and comparison. The fitting is easy enough with > Numpy, but the automated comparison of the submodels to identify which > model describes best the

[Numpy-discussion] statistical model fitting & comparison

2008-10-20 Thread Joris De Ridder
Hi, I'm interested in developing some general-use Python/Numpy code for linear model fitting and comparison. The fitting is easy enough with Numpy, but the automated comparison of the submodels to identify which model describes best the data, requires some work. Before I embark on this, I