Click or drag to resize

QuickLinearRegressionGetIntersectionPoint Method

Gets the intersection point of two linear regressions

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public (double x, double y) GetIntersectionPoint(
	QuickLinearRegression reg2
)

Parameters

reg2  QuickLinearRegression
The other regression line.

Return Value

ValueTupleDouble, Double
The intersection point of both regression lines.
See Also