[SciPy-user] Polynomial interpolation

Gael Varoquaux gael.varoquaux at normalesup.org
Fri Apr 25 21:23:25 EDT 2008


On Sun, Apr 20, 2008 at 09:03:05PM -0400, Anne Archibald wrote:
> Reasonable, though really, is krogh_interpolate(xi, yi, x) much better
> than KroghInterpolator(xi, yi)(x)?

Yes. Some people don't understand functional/object code. We need to keep
scipy accesssible for them.

> It's also good to emphasize that
> the construction of the interpolating polynomial is a relatively slow
> process compared to its evaluation.

Sure, than provide also KroghInterpolator

My 2 cents,

Gaël



More information about the SciPy-User mailing list