simdkalman documentation ====================================== .. include:: DESCRIPTION.rst **Installation**: ``pip install simdkalman`` **Source code**: https://github.com/oseiskar/simdkalman **License**: `MIT `_ .. image:: example.png Terminology ------------ .. automodule:: simdkalman For complete code examples with figures, see: https://github.com/oseiskar/simdkalman/blob/master/examples/ and `this Gist `_. Usage of multi-dimensional observations is demonstrated in `this example `_. Extended Kalman Filters (EKF) can be implemented using the ``simdkalman.primitives`` module, see `example `_. Class documentation ------------------- .. autoclass:: simdkalman.KalmanFilter :members: Primitives ------------- The ``simdkalman.primitives`` module contains low-level Kalman filter computation steps with multi-dimensional input arrays. See `this page `_ for full documentation. Change log ----------- See https://github.com/oseiskar/simdkalman/releases