@@ -6,13 +6,17 @@ Complete reference for all public classes and functions in dynaris.
66+------------------+-------------------------------------------------------------+
77| Module | Description |
88+==================+=============================================================+
9+ | :doc: `ssm ` | Unified ``SSM `` class with automatic filter selection |
10+ +------------------+-------------------------------------------------------------+
911| :doc: `dlm ` | High-level ``DLM `` class (fit, smooth, forecast, plot) |
1012+------------------+-------------------------------------------------------------+
1113| :doc: `components ` | Six composable building blocks (``LocalLevel ``, etc.) |
1214+------------------+-------------------------------------------------------------+
15+ | :doc: `models ` | Built-in nonlinear models (stochastic vol, tracking, etc.) |
16+ +------------------+-------------------------------------------------------------+
1317| :doc: `core ` | ``StateSpaceModel ``, ``GaussianState ``, result containers |
1418+------------------+-------------------------------------------------------------+
15- | :doc: `filters ` | Kalman filter (predict, update, full forward pass) |
19+ | :doc: `filters ` | Kalman, EKF, UKF, and Particle filters |
1620+------------------+-------------------------------------------------------------+
1721| :doc: `smoothers ` | Rauch-Tung-Striebel backward smoother |
1822+------------------+-------------------------------------------------------------+
@@ -29,8 +33,10 @@ Complete reference for all public classes and functions in dynaris.
2933 :maxdepth: 2
3034 :hidden:
3135
36+ ssm
3237 dlm
3338 components
39+ models
3440 core
3541 filters
3642 smoothers
0 commit comments