BurgAlgorithmExecute(IReadOnlyListDouble, IVectorDouble) Method | 
            Uses th signal in vector x to build a model with numberOfCoefficients parameter.
            
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic void Execute(
	IReadOnlyList<double> x,
	IVector<double> coefficients
)
Parameters
- x  IReadOnlyListDouble
 - Signal for building the model.
 - coefficients  IVectorDouble
 - Vector to be filled with the coefficients of the model.
 
See Also