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

Allow for spline-matching continuity in extrapolation-range #210

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

Allow for spline-matching continuity in extrapolation-range #210

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.
The spline interpolation at its current state has "edges" at the boundaries, if extrapolation becomes necessary. This is in line with the docstring, but not necessarily wanted.

Describe the solution you'd like
The spline should approach the values provided in fill_value and fill_unc without "edges". E.g. a cubic-spline should do so with C2-continuity. This could be achieved by padding the interpolation range with a suitable number of values from fill_value.

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