Re: SciPy - I need an example of use of linalg.lstsq()

2006-05-10 Thread I. Myself
Robert Kern wrote: > I. Myself wrote: > >> And it has to run on Windows, so it can't use xplt. >> > > Huh? > > A. xplt runs on Windows, too. > B. xplt has nothing to do with linalg.lstsq(). > C. xplt has been removed from scipy. > Thank you. I have been misled by the Scipy Tutorial by T

Re: SciPy - I need an example of use of linalg.lstsq()

2006-05-09 Thread Robert Kern
I. Myself wrote: > And it has to run on Windows, so it can't use xplt. Huh? A. xplt runs on Windows, too. B. xplt has nothing to do with linalg.lstsq(). C. xplt has been removed from scipy. > I would prefer that it use the simplest multi-dimensional model, z = k + > a*x1 + b*x2 + c*x3 + d*x4 I

SciPy - I need an example of use of linalg.lstsq()

2006-05-09 Thread I. Myself
And it has to run on Windows, so it can't use xplt. I would prefer that it use the simplest multi-dimensional model, z = k + a*x1 + b*x2 + c*x3 + d*x4 Anyone have such a thing? Thanks, Mitchell Timin -- I'm proud of http://ANNEvolve.sourceforge.net. If you want to write software, or article