[SciPy-User] Crossing of Splines

Marco gaedol at gmail.com
Tue Jun 8 14:22:07 EDT 2010


Hi all!

I have 2 different datasets which I fit using interpolate.splrep().

I am interested in finding the point where the splines cross: as of
now I use interpolate.splev() to evaluate each spline and then look
for a zero in the difference of the evaluated splines.

Suggestions to do it better?

TIA,

marco



More information about the SciPy-User mailing list