Skip to content Skip to sidebar Skip to footer
Showing posts with the label Spline

Differentiate A 2d Cubic Spline In Python

I'm using interpolate.interp2d() to fit a 2-D spline over a function. How can I get the first d… Read more Differentiate A 2d Cubic Spline In Python

"Invalid Input Data" From SciPy's Cublic Spline Interpolation Process; Bad Results From Interpolate.bisplrep?

I'm attempting to use scipy.interpolate.bisplrep and scipy.interpolate.bisplev to perform a 2D … Read more "Invalid Input Data" From SciPy's Cublic Spline Interpolation Process; Bad Results From Interpolate.bisplrep?