Skip to content

Make Continuous-Time Cuthbert Integrations #196

@DanWaxman

Description

@DanWaxman

Cuthbert's API is pretty generic, so much so that we can write lots of continuous-time filters using it. Some examples:

  • Continuous-time EnKF is straightforward.
  • Continuous-time KF can be a linear discretizer call + discrete-time KF
  • Continuous-time EKF can be done via the gaussian.moments API
  • Bootstrap PF code should apply pretty straightforwardly

I suspect there are some places this could be faster, some other places where CD-Dynamax will be faster, and some cases where both are almost the same code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions