Model and experiment fitting.

Charles R Harris charlesr.harris at gmail.com
Sat Oct 21 11:51:56 EDT 2006


On 10/21/06, Sebastian Żurek <sebzur at pin.if.uz.zgora.pl> wrote:
>
> Robert Kern napisał(a):
>
>
> To make it clear.
>
> I've already solved the problem by a simple linear interpolation of
> simulated points within the narrow neighborhood of experimental data
> point. The simulation points are uniformly distributed along the
> X-range, with a density I'm able to tune. It all works quite well but
> I'm founding it as a 'brute-force' method and I wonder, if there's any
> more sophisticated and maybe already incorporated into any Python module
> method?
>
> Anyway, it looks like it's impossible to compare two discrete 2D data
> sets without any interpolations included... :]


I note that interpolation can be seen as a linear map from the data points
to the interpolation points, so a lot of standard tools to be used.

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20061021/5b4f428e/attachment-0001.html>
-------------- next part --------------
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
-------------- next part --------------
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion


More information about the NumPy-Discussion mailing list