QuickLinearRegressionIsValid Property |
Returns true if this regression spans a valid line, i.e. both coefficients a0 and a1 are finite.
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic bool IsValid { get; }Property Value
Booleantrue if this regression is valid; otherwise,
false.
See Also