Click or drag to resize

BurgAlgorithmExecute(IReadOnlyListDouble, Int32) Method

Uses the signal in vector x to build a model with numberOfCoefficients parameter.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Execute(
	IReadOnlyList<double> x,
	int numberOfCoefficients
)

Parameters

x  IReadOnlyListDouble
Signal for building the model.
numberOfCoefficients  Int32
Number of coefficients of the model.
See Also