Excel Function
CubicSplinesIntersection
Description:
Calculates x value of intersection point between two cubic splines.
Excel Function Syntax:
=CubicSplinesIntersection(xValues1, yValues1, xValues2, yValues2)
Parameters:
| Parameter | Description |
|---|---|
| xValues1 | The x coordinate values for the first set of points. |
| yValues1 | The y coordinate values for the first set of points. |
| xValues2 | The x coordinate values for the second set of points. |
| yValues2 | The y coordinate values for the second set of points. |
Related Theory
1 item
Related Functions
10 items
CubicSplineDifferentiate
Calculates first derivative using natural cubic spline interpolation.
CubicSplineIntegrate
Calculates definite integral using natural cubic spline interpolation from the start up to point t.
CubicSplineIntegrateT1T2
Calculates definite integral using natural cubic spline interpolation from point t1 to point t2.
CubicSplineInterpolate
Calculates interpolated value using natural cubic spline interpolation.
DataDifferentiate
Calculates derivative for data samples at point t with smoothing.
LinearSplineDifferentiate
Calculates first derivative using linear spline interpolation.
LinearSplineIntegrate
Calculates definite integral using linear spline interpolation from the start up to point t.
LinearSplineIntegrateT1T2
Calculates definite integral using linear spline interpolation from point t1 to point t2.
LinearSplineInterpolate
Calculates interpolated value using linear spline interpolation.
LinearSplinesIntersection
Calculates x value of intersection point between two linear splines.
Missing a formula? Suggest a new formula →