PO.Spline.Cubic.Intersect Function
Description:
Calculates x value of intersection point between two cubic splines.
Excel Function Syntax:
=PO.Spline.Cubic.Intersect(x_values_1, y_values_1, x_values_2, y_values_2)
Parameters:
| Parameter | Description |
|---|---|
| x_values_1 | The x coordinate values for the first set of points. |
| y_values_1 | The y coordinate values for the first set of points. |
| x_values_2 | The x coordinate values for the second set of points. |
| y_values_2 | The y coordinate values for the second set of points. |