BurgAlgorithmVosExecute Method |
Uses the signal in x to build a model with numberOfCoefficients parameters.
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic void Execute(
IReadOnlyList<double> x,
int numberOfCoefficients,
double regularizationFactor = 1
)
Parameters
- x IReadOnlyListDouble
- Signal for building the model.
- numberOfCoefficients Int32
- Number of coefficients of the model.
- regularizationFactor Double (Optional)
-
Default is 1.
Values greater than 1 lead to increasing regularization of the coefficients.
See Also