Click or drag to resize

QuickLinearRegressionGetX0 Method

Gets the intercept of the linear regression with the X-axis. Returns NaN if not enough data points entered.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double GetX0()

Return Value

Double
The intercept value with the X-Axis, i.e. the point where the regression value is zero. Returns NaN if not enough data points are entered.
See Also