Click or drag to resize

BurgAlgorithmVosCoefficients Property

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

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

Property Value

IReadOnlyListDouble
See Also