Skip to content

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

@mgrub

Description

@mgrub

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions