BurgAlgorithmComplexExecution(IROComplexDoubleVector, IComplexDoubleVector, IComplexDoubleVector) Method |
Uses the signal in vector x to build a model with numberOfCoefficients parameter.
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double Execution(
IROComplexDoubleVector x,
IComplexDoubleVector coefficients,
IComplexDoubleVector reflectionCoefficients
)
Parameters
- x IROComplexDoubleVector
- Signal for building the model.
- coefficients IComplexDoubleVector
- Vector to be filled with the coefficients of the model.
- reflectionCoefficients IComplexDoubleVector
- Vector to be filled with the reflection coefficients.
Return Value
DoubleThe mean square error of backward and forward prediction.
See Also