Skip to content

Implement Information filter #463

Description

@BryanCazabonne

Instead of propagating the state and its covariance matrix, the information filter works with the information vector and information matrix (invert of covariance matrix).
This filter has the advantage of being more stable than the Kalman Filter.

Plan:

  • A new package shall be created in hipparchis-filtering : org.hipparchus.filtering.information
  • Class should be implementing following Kalman filter implementation (i.e., same architecture) --> see Extended Kilter in org.hipparchus.filtering.kalman.extended
  • Unit test shall be implemented

Reference :

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions