Skip to content

Implement Information filter #463

@BryanCazabonne

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 :

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions