Estimators ========== .. automodule:: pykal.algorithm_library.estimators :members: :undoc-members: :show-inheritance: State estimation algorithms from the robotics and control theory literature. Kalman Filter ------------- .. automodule:: pykal.algorithm_library.estimators.kf :members: :undoc-members: :show-inheritance: Unscented Kalman Filter ------------------------ .. automodule:: pykal.algorithm_library.estimators.ukf :members: :undoc-members: :show-inheritance: Particle Filter --------------- .. automodule:: pykal.algorithm_library.estimators.pf :members: :undoc-members: :show-inheritance: AI-UKF (Augmented Information UKF) ---------------------------------- .. automodule:: pykal.algorithm_library.estimators.ai_ukf :members: :undoc-members: :show-inheritance: