surface fitting library for Python?

Grant Edwards grante at visi.com
Fri Apr 9 10:10:06 EDT 2004


On 2004-04-08, Carl Banks <imbosol at aerojockey.com> wrote:
> Grant Edwards <grante at visi.com> wrote in message news:<40748902$0$17253$a1866201 at newsreader.visi.com>...
>> I'm looking for a surface fitting library for Python. 
>> 
>> Something like the least-squares module in scientific python,
>> except I want to fit a surface (z = f(x,y)) instead of a curve
>> (y = f(x)).
>
>
> Idea: see if you can use the versatility of Python to fool SciPy into
> fitting a surface when it thinks it's fitting a curve.

Cool -- that's the plan for now...

-- 
Grant Edwards                   grante             Yow!  Did you move a lot
                                  at               of KOREAN STEAK KNIVES this
                               visi.com            trip, Dingy?



More information about the Python-list mailing list