navlie.utils.common.GaussianResult¶
- class navlie.utils.common.GaussianResult(estimate: StateWithCovariance, state_true: State)¶
Bases:
object
A data container that simultaneously computes various interesting metrics about a Gaussian filter’s state estimate, given the ground-truth value of the state.
- Parameters:
estimate (StateWithCovariance) – Estimated state and corresponding covariance.
state_true (State) – The true state, which will be used to compute various error metrics.
- covariance¶
covariance associated with estimated state
- Type:
- error¶
error vector between estimated and true state
- Type:
- three_sigma¶
three-sigma bounds on each error component
- Type: