Finds a piecewise linear function that interpolates the data points
cubicspline(x, y)
x | a vector of x values |
---|---|
y | a vector of y values |
a list of coefficient vectors
cubicspline
finds a piecewise cubic spline function that
interpolates the data points. For each x-y ordered pair. The function will
return a list of four vectors representing the coefficients.
Other interp:
bezier
,
bilinear()
,
linterp()
,
nn()
,
polyinterp()
,
pwiselinterp()
Other algebra:
bilinear()
,
division
,
fibonacci()
,
horner()
,
isPrime()
,
linterp()
,
nthroot()
,
polyinterp()
,
pwiselinterp()
,
quadratic()