LinearSplineIntegrate

Description

Linear Spline Interpolation Algorithm. Integrate up to point t.

Excel Function Syntax

LinearSplineIntegrate(xValues, yValues, t)

Online Calculator

ParameterValueDescription
xValuesThe x values.
yValuesThe y values.
tRight bound of the integration interval [a,t].
Result