Click or drag to resize

BurgAlgorithmComplexExecute(IROComplexDoubleVector, IComplexDoubleVector, IVectorDouble, IComplexDoubleVector) Method

Uses the signal in vector x to build a model with numberOfCoefficients parameter.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Execute(
	IROComplexDoubleVector x,
	IComplexDoubleVector coefficients,
	IVector<double> errors,
	IComplexDoubleVector reflectionCoefficients
)

Parameters

x  IROComplexDoubleVector
Signal for building the model.
coefficients  IComplexDoubleVector
Vector to be filled with the coefficients of the model.
errors  IVectorDouble
Vector to be filled with the sum of forward and backward prediction error for every stage of the model.
reflectionCoefficients  IComplexDoubleVector
Vector to be filled with the reflection coefficients.
See Also