Re: Non-linear regression help in Python

2011-02-15 Thread sturlamolden
On 15 Feb, 05:24, Akand Islam wrote: > Dear Sturlamolden, > Thanks for reply. I will follow-up if I need further assistance. > > -- Akand You should rather use the SciPy user mailing list than comp.lang.python for this. Sturla -- http://mail.python.org/mailman/listinfo/python-list

Re: Non-linear regression help in Python

2011-02-14 Thread Akand Islam
On Feb 14, 4:28 pm, sturlamolden wrote: > On 14 Feb, 22:02, Akand Islam wrote: > > > Hello all, > > I want to do non-linear regression by fitting the model (let say, y = > > a1*x+b1*x**2+c1*x**3/exp(d1*x**4)) where the parameter (say "c1") must > > be in between (0 to 1), and others can be of any

Re: Non-linear regression help in Python

2011-02-14 Thread Akand Islam
On Feb 14, 3:24 pm, Krzysztof Bieniasz wrote: > Dnia Mon, 14 Feb 2011 13:02:25 -0800, Akand Islam napisał(a): > > > Hello all, > > I want to do non-linear regression by fitting the model (let say, y = > > a1*x+b1*x**2+c1*x**3/exp(d1*x**4)) where the parameter (say "c1") must > > be in between (0 t

Re: Non-linear regression help in Python

2011-02-14 Thread sturlamolden
On 14 Feb, 22:02, Akand Islam wrote: > Hello all, > I want to do non-linear regression by fitting the model (let say, y = > a1*x+b1*x**2+c1*x**3/exp(d1*x**4)) where the parameter (say "c1") must > be in between (0 to 1), and others can be of any values. How can I > perform my job in python? First

Re: Non-linear regression help in Python

2011-02-14 Thread Krzysztof Bieniasz
Dnia Mon, 14 Feb 2011 13:02:25 -0800, Akand Islam napisał(a): > Hello all, > I want to do non-linear regression by fitting the model (let say, y = > a1*x+b1*x**2+c1*x**3/exp(d1*x**4)) where the parameter (say "c1") must > be in between (0 to 1), and others can be of any values. How can I > perform

Non-linear regression help in Python

2011-02-14 Thread Akand Islam
Hello all, I want to do non-linear regression by fitting the model (let say, y = a1*x+b1*x**2+c1*x**3/exp(d1*x**4)) where the parameter (say "c1") must be in between (0 to 1), and others can be of any values. How can I perform my job in python? Thanks in advance. -- Akand -- http://mail.python.o