Skip to content

Deduction42/UnscentedTransforms.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnscentedTransforms

A package for propagating uncertainty (multivariate Gaussian, MvGaussian) through nonlinear functions and approximating uncertainty.

Includes a lightweight implementation of Kalman unscented Kalman filtering with the following features:

  1. Fallback to linear methods for transition if the state predictor is linear
  2. Fallback to linear methods for observations if the state observer is linear
  3. Consistent use of the square-root form for improved numerical stability
  4. Automatic observation space reduction to remove non-finite observations
  5. Optinal multithreading if state transition or observation is computationally intensive
  6. Optional outlier suppression scheme for observations

About

Uncertainty propagation through Unscented tranforms, includes a robust UKF

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages