splinter icon indicating copy to clipboard operation
splinter copied to clipboard

not-a-knot end conditions

Open AlexRockliff opened this issue 2 years ago • 0 comments

Matlab has a GriddedInterpolant function which when used in "spline" interpolation mode, can generate cubic splines for n dimensional data, like splinter. However, Matlab's GriddedInterpolant function uses not-a-knot end conditions, which gives it distinctly different characteristics to splinter near the edges of the data set.

Support for optionally using not-a-knot end conditions when building a spline would be really useful.

AlexRockliff avatar Nov 04 '21 04:11 AlexRockliff