DynamicParameterEstimationVariableX(Int32, Int32, Int32, IDynamicParameterEstimationSolver) Constructor |
Constructor.
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public DynamicParameterEstimationVariableX(
int[] xcount,
int numY,
int backgroundOrder,
IDynamicParameterEstimationSolver solver
)
Parameters
- xcount Int32
- Designate which x points are processed together as one unit. The array must have the length of _numX. For every x parameter, the element in the array
designates how many points of the x history are added up and threated as one input element. If you set all elements to 1, the behaviour should
be the same than GetTransferFunction.
- numY Int32
- Number of y points used for the history.
- 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