type

states.InformationUpdate

class InformationUpdate:

Additive measurement update in information form.

For each matched pair (``H = I``, ``R = r I``) the fusion is a plain sum, ``Y' = Y + r^{-1} I`` and ``y' = y + r^{-1} z``, after which the filtered mean is recovered as ``mu = Y'^{-1} y'``. Unmatched tracklets keep their predicted state.

Parameters

NameTypeDescription
fieldstrPrimary mean field.
meas_fieldstrDetection field holding the measurement.
r = 0.1floatMeasurement-noise scale.

Members

method

property

Source: unitrack/states/kalman/information.py:108