Click or drag to resize

BurgAlgorithmCoefficients Property

Gets the coefficients that were calculated during the last run of the algorithm.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public IReadOnlyList<double> Coefficients { get; }

Property Value

IReadOnlyListDouble
Exceptions
ExceptionCondition
InvalidOperationException Thrown if the algorithm has not been executed yet.
See Also