BurgAlgorithmExecution(IReadOnlyListDouble, IVectorDouble, IVectorDouble) 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(
IReadOnlyList<double> x,
IVector<double> coefficients,
IVector<double> errors
)
Parameters
- x IReadOnlyListDouble
- Signal for building the model.
- coefficients IVectorDouble
- 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.
Return Value
DoubleThe mean square error of backward and forward prediction.
See Also