QuickLinearRegressionGetIntersectionPoint Method |
Gets the intersection point of two linear regressions
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic (double x, double y) GetIntersectionPoint(
QuickLinearRegression reg2
)
Parameters
- reg2 QuickLinearRegression
- The other regression line.
Return Value
ValueTupleDouble,
DoubleThe intersection point of both regression lines.
See Also