CubicSplineIntegrateT1T2

Description

A natural cubic spline with continuous second derivative in the interior and zero second derivative at the end points. Integrate from point t1 up to point t2.

Excel Function Syntax

CubicSplineIntegrateT1T2(xValues, yValues, t1, t2)

Online Calculator

ParameterValueDescription
xValuesThe x values.
yValuesThe y values.
t1Left bound of the integration interval [t1,t2].
t2Right bound of the integration interval [t1,t2].
Result