Click or drag to resize

DynamicParameterEstimationWithChooseableBins Properties

The DynamicParameterEstimationWithChooseableBins type exposes the following members.

Properties
 NameDescription
Public propertyOffsetX"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)
Public propertyParameter 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, and at least there are the parameters for the background fit.
(Inherited from DynamicParameterEstimation)
Public propertyStartingPoint Calculates and returns 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 increase when more x or y parameters are to evaluate, since more "history" samples are needed in this case.
(Inherited from DynamicParameterEstimation)
Top
See Also