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
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
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
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
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