LinearSplineDifferentiate

Description

Linear Spline Interpolation Algorithm. Differentiate at point t.

Excel Function Syntax

LinearSplineDifferentiate(xValues, yValues, t)

Online Calculator

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