Skip to content

Latest commit

 

History

History

EKF.jl

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

EKF.jl

EKF is an implementation of the Extended Kalman Filter in Julia. One of the main objectives of EKF is to solve time varying parameter estimation problems.

The documentation will come at some point... maybe:

  • Algorithm describes the algorithm implemented in the module;

  • Use describes how to use the module and explains what should be implemented for a specific problem;