-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
From #14:
From the interpolation method,
function interpolate(knotxvals::Vector, knotyvals::Vector, predictxvals::AbstractVector, m::DierckXInterp, k=3) spl = Dierckx.Spline1D(knotxvals, knotyvals, k=k) #@show spl, predictxvals Dierckx.evaluate(spl,predictxvals) endthe input argument
m
is not used. Is it possible to support other kinds of interpolation method beside spline?
Metadata
Metadata
Assignees
Labels
No labels