ProximalInterpolate

Description

Proximal (Nearest-neighbor) Interpolation Algorithm. Interpolate at point t.

Excel Function Syntax

ProximalInterpolate(xValues, yValues, t)

Online Calculator

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