awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • rlabbe/filterpyالصورة الرمزية لـ rlabbe

    rlabbe/filterpy

    3,772عرض على GitHub↗

    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
    عرض على GitHub↗3,772
  1. Home
  2. Scientific & Mathematical Computing
  3. Fixed-Lag Smoothing Algorithms