Click or drag to resize

DynamicParameterEstimationCombXY(Int32, Int32, Int32, Int32, Int32, IDynamicParameterEstimationSolver) Constructor

Constructor.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public DynamicParameterEstimationCombXY(
	int numX,
	int xSpacing,
	int numY,
	int ySpacing,
	int backgroundOrder,
	IDynamicParameterEstimationSolver solver
)

Parameters

numX  Int32
Number of x parameters to evaluate.
xSpacing  Int32
Interval between two x history points. The value must be greater or equal to 1.
numY  Int32
Number of y parameters to evaluate.
ySpacing  Int32
Interval between two subsequent y history points. The value must be greater or equal to 1.
backgroundOrder  Int32
Order of the background fitting.
solver  IDynamicParameterEstimationSolver
The solver to use with dynamic parameter estimation. Use the static getter methods [P:SVDSolver] or [P:LUSolver] to get a solver.
See Also