DynamicParameterEstimationCombXY(Int32, Int32, Int32, Int32, Int32) Constructor |
Constructor.
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public DynamicParameterEstimationCombXY(
int numX,
int xSpacing,
int numY,
int ySpacing,
int backgroundOrder
)
Parameters
- numX Int32
- Number of x parameters to evaluate.
- xSpacing Int32
- Interval between two x history points. The value must be greater than 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 than or equal to 1.
- backgroundOrder Int32
- Order of the background fitting.
See Also