PyDynamic icon indicating copy to clipboard operation
PyDynamic copied to clipboard

Add further interpolations kinds to interp1d_unc to match scipy

Open mgrub opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe. Make PyDynamic.uncertainty.interpolate.interp1d_unc allow also for the additional interpolation modes 0,1,2,3,"slinear", "quadratic" from scipy.interpolate.interp1d.

Describe the solution you'd like This should be a straight forward process by generalizing the already existing cubic-spline implementation. The extrapolation-continuity problem should also be handled, as described in #210 .

mgrub avatar May 07 '21 15:05 mgrub