Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Add further interpolations kinds to interp1d_unc to match scipy #211

Open
mgrub opened this issue May 7, 2021 · 0 comments
Open

Add further interpolations kinds to interp1d_unc to match scipy #211

mgrub opened this issue May 7, 2021 · 0 comments
Assignees

Comments

@mgrub
Copy link
Contributor

mgrub commented May 7, 2021

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 mgrub self-assigned this May 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant