Click or drag to resize

DynamicParameterEstimationVariableX Properties

The DynamicParameterEstimationVariableX type exposes the following members.

Properties
 NameDescription
Public propertyOffsetX Gets or sets the offset that "moves" the sequence x in relation to sequence y. Normally, y[i] is considered in dependence on x[i], x[i-1], and so on. By setting the offset, y[i] is considered in dependence on x[i-offset], x[i-offset-1], etc.
(Inherited from DynamicParameterEstimation)
Public propertyParameter Gets the resulting parameters of the estimation. Index 0..numX-1 are the parameters for x history. Following from numX to numX+numY-1 are the parameters for y. Finally, the remaining parameters are the parameters for the background fit.
(Inherited from DynamicParameterEstimation)
Public propertyStartingPoint Gets the starting point, i.e. the first index in the y array that can be used for the right side of the linear equation. The starting point increases when more x or y parameters are evaluated, since more "history" samples are needed in this case.
(Inherited from DynamicParameterEstimation)
Top
See Also