pykalman/pykalman
Kalman Filter, Smoother, and EM Algorithm for Python observed · 2026-08-28
Health v2 · maintenance only
75/100
- Activity 78
- Release rhythm 56
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 33
- age_days: 5140
- days_rel: 214
- days_push: 135
- n_releases_24m: 6
Adoption not part of the score
1329 stars · 403 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
pykalman is a Python library implementing the Kalman Filter, Kalman Smoother, Unscented Kalman Filter, and EM algorithm for state estimation in time series. It supports linear dynamical systems modeling and parameter learning for sequential data.
Use cases
- estimate hidden states from noisy sensor time series
- smooth noisy GPS or IMU trajectories
- fit linear dynamical system parameters with EM
- run an unscented Kalman filter for nonlinear systems
- filter and forecast sequential data in Python
- learn transition and observation covariance matrices from data
When to choose
- you need a simple, well-documented Kalman filter/smoother in Python
- you want EM-based parameter estimation for linear dynamical systems
- your system is linear or mildly nonlinear (UKF suffices)
When to avoid
- you need real-time or embedded performance in C/C++
- you need particle filters or general nonlinear state-space models
- you need deep-learning-based sequence models
Facets
library · maturity active
machine-learning math data-science machine-learning data-science time-series python kalman-filter state-estimation em-algorithm time-series unscented-kalman-filter signal-processing algorithms
2 sources
- readme: https://github.com/pykalman/pykalman · fetched 2026-08-28 · 496b6ca690b3
- registry_pypi: https://pypi.org/pypi/pykalman/json · fetched 2026-08-29 · 497d95bae878
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pykalman/pykalman | main | 75 |
For agents
markdown · JSON · MCP: product_card(name="pykalman/pykalman")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem