PO.Spline.Proximal.Interp Function
Description:
Calculates interpolated value using proximal interpolation.
Excel Function Syntax:
=PO.Spline.Proximal.Interp(x_values, y_values, t)
Parameters:
| Parameter | Description |
|---|---|
| x_values | The x coordinate values. |
| y_values | The y coordinate values. |
| t | Point t to interpolate at. |