dash.posteriorCalculation

Classes that perform calculations using posterior deviations from a Kalman Filter


Description

The Interface class implements an interface for performing calculations on the posterior deviations in a Kalman filter. This allows developers to write plug-ins for new calculations, without needing to alter “kalmanFilter.run”. The use of these calculators allows users to calculate values using the posterior, without needing to save the (often very large) posterior as output.

Subclasses implement the actual calculations, and implement methods that allow “kalmanFilter.run” to preallocate their output.


Abstract Interface

Concrete Subclasses

Tests