You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 31, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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
andfill_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 fromfill_value
.The text was updated successfully, but these errors were encountered: