probnum.diffeq.odefilter.approx_strategies

Approximate information operators.

Classes

ApproximationStrategy()

Interface for approximation strategies.

EK0([forward_implementation, …])

Make inference with the information operator tractable using a zeroth-order linearization of the ODE vector-field.

EK1([forward_implementation, …])

Make inference with an (ODE-)information operator tractable using a first-order linearization of the ODE vector-field.

Class Inheritance Diagram

Inheritance diagram of probnum.diffeq.odefilter.approx_strategies.ApproximationStrategy, probnum.diffeq.odefilter.approx_strategies.EK0, probnum.diffeq.odefilter.approx_strategies.EK1