filterpy 1.4.5
0
Kalman filtering and optimal estimation library
Contents
Kalman filtering and optimal estimation library
Stars: 3313, Watchers: 3313, Forks: 618, Open Issues: 73The rlabbe/filterpy
repo was created 10 years ago and the last code push was 8 months ago.
The project is very popular with an impressive 3313 github stars!
How to Install filterpy
You can install filterpy using pip
pip install filterpy
or add it to a project with poetry
poetry add filterpy
Package Details
- Author
- Roger Labbe
- License
- MIT
- Homepage
- https://github.com/rlabbe/filterpy
- PyPi:
- https://pypi.org/project/filterpy/
- GitHub Repo:
- https://github.com/rlabbe/filterpy
Classifiers
- Scientific/Engineering
- Scientific/Engineering/Mathematics
- Scientific/Engineering/Physics
- Utilities
Related Packages
Errors
A list of common filterpy errors.
Code Examples
Here are some filterpy
code examples and snippets.
GitHub Issues
The filterpy package has 73 open issues on GitHub
- Feature/support masked array
- Need some help to reproduce pykalman behavior on simple linear example
- add multi extended kalman filter that can be used for sensor fusion
- Possible issue with loglikelihood computation in kalman/kalman_filter.py update function
- Question: Constrained state estimation
- Use masked array for zs?