Preconditioner¶
-
class
probnum.statespace.Preconditioner[source]¶ Bases:
abc.ABCCoordinate 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
-