Excel Function
LinearSplinesIntersection
Description:
x value of intersection point between two linear splines.
Excel Function Syntax:
LinearSplinesIntersection(xValues1, yValues1, xValues2, yValues2)
Online Calculator:
Parameter | Value | Description |
---|---|---|
xValues1 | The x values for the first set of points. | |
yValues1 | The y values for the first set of points. | |
xValues2 | The x values for the second set of points. | |
yValues2 | The y values for the second set of points. | |
Result |
Related Functions
12 items
CubicSplineDifferentiate
A natural cubic spline with continuous second derivative in the interior and zero second derivative at the end points. Differentiate at point t.
CubicSplineIntegrate
A natural cubic spline with continuous second derivative in the interior and zero second derivative at the end points. Integrate up to point t.
CubicSplineIntegrateT1T2
A natural cubic spline with continuous second derivative in the interior and zero second derivative at the end points. Integrate from point t1 up to point t2.
CubicSplineInterpolate
A natural cubic spline with continuous second derivative in the interior and zero second derivative at the end points. Interpolate at point t.
CubicSplinesIntersection
x value of intersection point between two cubic splines.
DataDifferentiate
Derivative for data samples at point t with smoothing.
LinearSplineDifferentiate
Linear Spline Interpolation Algorithm. Differentiate at point t.
LinearSplineIntegrate
Linear Spline Interpolation Algorithm. Integrate up to point t.
LinearSplineIntegrateT1T2
Linear Spline Interpolation Algorithm. Integrate from point t1 up to point t2.
LinearSplineInterpolate
Linear Spline Interpolation Algorithm. Interpolate at point t.
ProximalInterpolate
Proximal (Nearest-neighbor) Interpolation Algorithm. Interpolate at point t.
StepInterpolate
Step Interpolation Algorithm. Interpolate at point t.