On 10/21/06, Sebastian Żurek <[EMAIL PROTECTED]> 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

-------------------------------------------------------------------------
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
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to