|
Public Attributes |
|
int | id |
| | Identifier of a pairing.
|
|
int | singular |
| | flag indicating if pairing has a singular innovation covariance matrix
|
|
int | validated |
| | flag indicating if pairing is validated. The filter is only updated with validated pairings
|
|
int | ipre |
| | Index of the corresponding prediction (= track) referring to the corresponding list.
|
|
int | iobs |
| | Index of the corresponding observation referring to the corresponding list.
|
|
double | d |
| | Mahalanobis distance of a pairing.
|
|
gsl::matrix | v |
| | Innovation v (nu) of a pairing.
|
|
gsl::matrix | Sinv |
| | Innovation covariance matrix S, inversed.
|