Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
96128 views
FixedLagSmoother
================

Introduction and Overview
-------------------------

This implements a fixed lag Kalman smoother.


-------

.. automodule:: filterpy.kalman

.. autoclass:: FixedLagSmoother
    :members:

    .. automethod:: __init__