CubicSplineInterpolate

Description

A natural cubic spline with continuous second derivative in the interior and zero second derivative at the end points. Interpolate at point t.

Excel Function Syntax

CubicSplineInterpolate(xValues, yValues, t)

Online Calculator

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