QuickLinearRegressionGetIntersectionPoint Method |
Gets the intersection point of two linear regressions
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic (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