Kalman filters and other optimal and non-optimal estimation filters in Python.
This library provides Kalman filtering and various related optimal and non-optimal filtering software written in Python. It contains Kalman filters, Extended Kalman filters, Unscented Kalman filters, Kalman smoothers, Least Squares filters, fading memory filters, g-h filters, discrete Bayes, and more.
This library provides Kalman filtering and various related optimal and non-optimal filtering software written in Python. It contains Kalman filters, Extended Kalman filters, Unscented Kalman filters, Kalman smoothers, Least Squares filters, fading memory filters, g-h filters, discrete Bayes, and more.
To install py39-filterpy, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py39-filterpy
To see what files were installed by py39-filterpy, run:
port contents py39-filterpy
To later upgrade py39-filterpy, run:
sudo port selfupdate && sudo port upgrade py39-filterpy
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.