LinearSplineInterpolate

Description

Linear Spline Interpolation Algorithm. Interpolate at point t.

Excel Function Syntax

LinearSplineInterpolate(xValues, yValues, t)

Online Calculator

ParameterValueDescription
xValuesThe x values.
yValuesThe y values.
tPoint t to interpolate at.
Result