Click or drag to resize

BurgAlgorithmComplexExecution(IROComplexDoubleVector, IComplexDoubleVector) Method

Uses the signal in x to build a model with as many parameters as there is space in coefficients.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static double Execution(
	IROComplexDoubleVector x,
	IComplexDoubleVector coefficients
)

Parameters

x  IROComplexDoubleVector
Signal for building the model.
coefficients  IComplexDoubleVector
Vector to be filled with the coefficients of the model.

Return Value

Double
The mean square error of backward and forward prediction.
See Also