Click or drag to resize

BurgAlgorithmVosReflectionCoefficients Property

Gets 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.3448.0 (4.8.3448.0)
Syntax
C#
public IReadOnlyList<double> ReflectionCoefficients { get; }

Property Value

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