Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 379 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 379 Bytes

R Kalman Filter

R kalman filter functions

Filters

  • KF - Kalman filter for linear gaussian distributed state space models
  • EKF - Extended Kalman filter for non-linear differentiable gaussian distributed state space models. (Use's linearisation)
  • UKF - Unscented Kalman filter for non-linear differentiable gaussian distributed state space models. (Use's sigma points)