@@ -3,35 +3,38 @@ API Reference
33
44Complete reference for all public classes and functions in dynaris.
55
6- +------------------+-------------------------------------------------------------+
7- | Module | Description |
8- +==================+=============================================================+
9- | :doc: `ssm ` | Unified ``SSM `` class with automatic filter selection |
10- +------------------+-------------------------------------------------------------+
11- | :doc: `dlm ` | High-level ``DLM `` class (fit, smooth, forecast, plot) |
12- +------------------+-------------------------------------------------------------+
13- | :doc: `components ` | Six composable building blocks (``LocalLevel ``, etc.) |
14- +------------------+-------------------------------------------------------------+
15- | :doc: `models ` | Built-in nonlinear models (stochastic vol, tracking, etc.) |
16- +------------------+-------------------------------------------------------------+
17- | :doc: `factor ` | Dynamic Factor Models (DFMModel, loadings, rotation) |
18- +------------------+-------------------------------------------------------------+
19- | :doc: `core ` | ``StateSpaceModel ``, ``GaussianState ``, result containers |
20- +------------------+-------------------------------------------------------------+
21- | :doc: `filters ` | Kalman, EKF, UKF, and Particle filters |
22- +------------------+-------------------------------------------------------------+
23- | :doc: `switching ` | Markov-switching models, Hamilton filter, Kim smoother |
24- +------------------+-------------------------------------------------------------+
25- | :doc: `smoothers ` | Rauch-Tung-Striebel backward smoother |
26- +------------------+-------------------------------------------------------------+
27- | :doc: `estimation ` | MLE, EM algorithm, diagnostics, model selection |
28- +------------------+-------------------------------------------------------------+
29- | :doc: `forecast ` | Multi-step forecasting and batch processing |
30- +------------------+-------------------------------------------------------------+
31- | :doc: `plotting ` | Visualization functions for all plot kinds |
32- +------------------+-------------------------------------------------------------+
33- | :doc: `datasets ` | Built-in dataset loaders |
34- +------------------+-------------------------------------------------------------+
6+ .. list-table ::
7+ :header-rows: 1
8+ :widths: 20 80
9+
10+ * - Module
11+ - Description
12+ * - :doc: `ssm `
13+ - Unified ``SSM `` class with automatic filter selection
14+ * - :doc: `dlm `
15+ - High-level ``DLM `` class (fit, smooth, forecast, plot)
16+ * - :doc: `components `
17+ - Six composable building blocks (``LocalLevel ``, etc.)
18+ * - :doc: `models `
19+ - Built-in nonlinear models (stochastic vol, tracking, etc.)
20+ * - :doc: `factor `
21+ - Dynamic Factor Models (DFMModel, loadings, rotation)
22+ * - :doc: `core `
23+ - ``StateSpaceModel ``, ``GaussianState ``, result containers
24+ * - :doc: `filters `
25+ - Kalman, EKF, UKF, and Particle filters
26+ * - :doc: `switching `
27+ - Markov-switching models, Hamilton filter, Kim smoother
28+ * - :doc: `smoothers `
29+ - Rauch-Tung-Striebel backward smoother
30+ * - :doc: `estimation `
31+ - MLE, EM, Bayesian, diagnostics, model selection
32+ * - :doc: `forecast `
33+ - Multi-step forecasting and batch processing
34+ * - :doc: `plotting `
35+ - Visualization functions for all plot kinds
36+ * - :doc: `datasets `
37+ - Built-in dataset loaders
3538
3639.. toctree ::
3740 :maxdepth: 2
0 commit comments