Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.08 KB

bayesian_filtering_smoothing.rst

File metadata and controls

26 lines (18 loc) · 1.08 KB

Bayesian Filtering and Smoothing

Bayesian filtering and smoothing provides a framework for efficient inference in state space models. For non-linear state space components, ProbNum provides linearization techniques that enables Gaussian filtering and smoothing in more complex dynamical systems.

See the notebooks below to learn more about how to use ProbNum's functionality for Bayesian filtering and smoothing.

filtsmooth/linear_gaussian_filtering_smoothing filtsmooth/nonlinear_gaussian_filtering_smoothing filtsmooth/particle_filtering


You can also interactively try out the ProbNum's Tutorials directly in the browser or by downloading the notebooks from the GitHub repository.