Click or drag to resize

QuickLinearRegressionIsValid Property

Returns true if this regression spans a valid line, i.e. both coefficients a0 and a1 are finite.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public bool IsValid { get; }

Property Value

Boolean
true if this regression is valid; otherwise, false.
See Also