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.3448.0 (4.8.3448.0)
Syntax
C#
public (double x, double y) GetIntersectionPoint(
	QuickLinearRegression reg2
)

Parameters

reg2  QuickLinearRegression
The reg2.

Return Value

ValueTupleDouble, Double

[Missing <returns> documentation for "M:Altaxo.Calc.Regression.QuickLinearRegression.GetIntersectionPoint(Altaxo.Calc.Regression.QuickLinearRegression)"]

See Also