Click or drag to resize

BurgAlgorithmVosReflectionCoefficients Property

Returns the reflection 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> ReflectionCoefficients { get; }

Property Value

IReadOnlyListDouble
See Also