Uncertainty Metric
- class stonesoup.metricgenerator.uncertaintymetric.SumofCovarianceNormsMetric(tracks_key: str = 'tracks', generator_name: str = 'sumCovNorms_generator')[source]
Bases:
_CovarianceNormsMetric
Computes the sum of the covariance matrix norms of each state at a time step. The matrix norm calculated is the Frobenius norm. The metric generator will return this value at each time step in the track(s) as a measure of the uncertainty.
- Parameters:
tracks_key (
str
, optional) – Key to access set of tracks added to MetricManagergenerator_name (
str
, optional) – Unique identifier to use when accessing generated metrics from MultiManager
- class stonesoup.metricgenerator.uncertaintymetric.MeanofCovarianceNormsMetric(tracks_key: str = 'tracks', generator_name: str = 'covNorms_generator')[source]
Bases:
_CovarianceNormsMetric
- Parameters:
tracks_key (
str
, optional) – Key to access set of tracks added to MetricManagergenerator_name (
str
, optional) – Unique identifier to use when accessing generated metrics from MultiManager