Click or drag to resize

DynamicParameterEstimation_parameter Field

Array to store the estimated parameters. First in the array, the x parameters are stored (indices 0.._numX-1). Then the y parameters (indices _numX.._numX+_numY-1). Lastly, the background parameters are stored in the array (indices _numX+_numY..end).

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
protected Vector<double> _parameter

Field Value

VectorDouble
See Also