MHTDistanceUKF:
--------------------------------------------------------------------------
Finds the MHT distance for use in gating computations using UKF.
The measurement function is of the form h(x,d) where d is the UKF
data structure. MHTDistanceUKF uses sigma points. The code is similar
to UKFUpdate. Unlike MHTDistance this does not use the Jacobian of the
measurement function.
As the uncertainty gets smaller, the residual must be smaller to
remain within the gate.
See MHTDistance for an alternative approach.
--------------------------------------------------------------------------
Form:
[k, del] = MHTDistanceUKF( d )
--------------------------------------------------------------------------
------
Inputs
------
d (.) UKF data structure
-------
Outputs
-------
k (1,1) MHT distance
del (1,1) MHT Residual
--------------------------------------------------------------------------
Children:
Math: Linear/DupVect