-
-
Notifications
You must be signed in to change notification settings - Fork 58
Closed
Description
I'm interested in making interpolation types configurable in my application, where extrapolation behavior is important. Up to now we have only used LinearInterpolation, where the extrapolation is easy to understand and well behaved. This is however not the case for interpolation types that use a high order polynomial in the boundary intervals, which are continued outside the data-defined domain for extrapolation.
So, I would like to have several extrapolation options in stead of the current boolean:
- No extrapolation allowed
- The current extrapolation for maximum smoothness
- Linear
- Constant?
Would you consider this to be a good feature for DataInterpolations, or should I make a custom wrapper for my application?
Metadata
Metadata
Assignees
Labels
No labels