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, having indices of (_numX.._numX+_numY-1). Lastly, the background parameters are stored in the array (indices _numX+_numY ... end_of_array)

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

Field Value

VectorDouble
See Also