Preconditioner¶
- class probnum.randprocs.markov.integrator.Preconditioner¶
Bases:
ABC
Coordinate change transformations as preconditioners in state space models.
For some models, this makes the filtering and smoothing steps more numerically stable.
Attributes Summary
Methods Summary
__call__
(step)Call self as a function.
Attributes Documentation
- inverse¶
Methods Documentation