Click or drag to resize

DynamicParameterEstimationVariableX Fields

The DynamicParameterEstimationVariableX type exposes the following members.

Fields
 NameDescription
Protected field_backgroundOrderPlus1Number of background parameters to estimate.
(Inherited from DynamicParameterEstimation)
Protected field_inputMatrixHolds the input matrix.
(Inherited from DynamicParameterEstimation)
Protected field_numberOfParameterTotal number of parameter, i.e. _numX+_numY + _backgroundOrderPlus1
(Inherited from DynamicParameterEstimation)
Protected field_numXNumber of x parameters to estimate.
(Inherited from DynamicParameterEstimation)
Protected field_numYNumber of y parameters to estimate.
(Inherited from DynamicParameterEstimation)
Protected field_offsetX"Moves" the sequence x in relation to sequence y. Normally, the y[i] is considered in dependence on x[i], x[i-1].. and so on. By setting the offset, the y[i] is considered in dependence on x[i-offset], x[x-offset-1]...
(Inherited from DynamicParameterEstimation)
Protected field_parameter 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)
(Inherited from DynamicParameterEstimation)
Protected field_scaledYArray of y-values neccessary for backsubstitution. Is a copy of the input y vector, but only for the elements _startingPoint...end_of_y_vector.
(Inherited from DynamicParameterEstimation)
Protected field_solverStores an instance of a solver used to solve the linear equation. The solver should keep and recycle the memory neccessary for solving the equation.
(Inherited from DynamicParameterEstimation)
Protected field_startingPointIndex of the point where the calculation can start.
(Inherited from DynamicParameterEstimation)
Top
See Also