Skip to content

Teaching and Coding Examples

Short, didactic snippets that introduce lmlib's building blocks step by step.

Windowed State Space Filters

Autonomous Linear State Space Models (ALSSMs) and squared-error cost functions built on them.

Polynomials Basics

Working with polynomials in vector exponent notation.

Backend

The lmlib.statespace.backend module enables Just-in-Time (JIT) compilation (via the numba package) for time-critical routines, which significantly speeds up filtering applications. The examples below demonstrate its usage.