awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesFixed-Lag Smoothing Algorithms

Algorithms that refine historical state estimates by incorporating a window of future observations.

Distinct from Fixed-Size Window Calculations: Existing candidates are for UI window management or basic subarray calculations, not signal state refinement.

Explore 1 awesome GitHub repository matching scientific & mathematical computing · Fixed-Lag Smoothing Algorithms. Refine with filters or upvote what's useful.

Awesome Fixed-Lag Smoothing Algorithms GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • rlabbe/filterpyAvatar von rlabbe

    rlabbe/filterpy

    3,772Auf GitHub ansehen↗

    filterpy is a toolkit for Bayesian state estimation, Gaussian statistical analysis, and time-series noise reduction. It provides a library of linear and non-linear Kalman filters, as well as routines for non-Gaussian state estimation and signal smoothing. The project implements a variety of estimation methods, including particle filtering using Markov Chain Monte Carlo and resampling, and discrete Bayes filtering. It also includes a suite of algorithms for refining historical state estimates through backward and fixed-lag smoothing. Additional capabilities cover multivariate Gaussian analysi

    Implements fixed-lag smoothing to refine historical state estimates using a window of future data.

    Python
    Auf GitHub ansehen↗3,772
  1. Home
  2. Scientific & Mathematical Computing
  3. Fixed-Lag Smoothing Algorithms