You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/statespace.rst
+5-5
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ arbitrary trend polynomials.
117
117
sarimax.SARIMAXResults
118
118
119
119
For an example of the use of this model, see the
120
-
`SARIMAX example notebook <examples/notebooks/generated/statespace_sarimax_stata.html>`__
120
+
`SARIMAX example notebook <examples/notebooks/generated/statespace_sarimax_stata.ipynb>`_
121
121
or the very brief code snippet below:
122
122
123
123
@@ -168,7 +168,7 @@ The `UnobservedComponents` class is another example of a statespace model.
168
168
structural.UnobservedComponents
169
169
structural.UnobservedComponentsResults
170
170
171
-
For examples of the use of this model, see the `example notebook <examples/notebooks/generated/statespace_structural_harvey_jaeger.html>`__ or a notebook on using the unobserved components model to `decompose a time series into a trend and cycle <examples/notebooks/generated/statespace_cycles.html>`__ or the very brief code snippet below:
171
+
For examples of the use of this model, see the `example notebook <examples/notebooks/generated/statespace_structural_harvey_jaeger.ipynb>`_ or a notebook on using the unobserved components model to `decompose a time series into a trend and cycle <examples/notebooks/generated/statespace_cycles.ipynb>`_ or the very brief code snippet below:
172
172
173
173
.. code-block:: python
174
174
@@ -215,7 +215,7 @@ The `VARMAX` class is an example of a multivariate statespace model.
215
215
varmax.VARMAX
216
216
varmax.VARMAXResults
217
217
218
-
For an example of the use of this model, see the `VARMAX example notebook <examples/notebooks/generated/statespace_varmax.html>`__ or the very brief code snippet below:
218
+
For an example of the use of this model, see the `VARMAX example notebook <examples/notebooks/generated/statespace_varmax.ipynb>`_ or the very brief code snippet below:
219
219
220
220
.. code-block:: python
221
221
@@ -293,7 +293,7 @@ observed variables
293
293
dynamic_factor.DynamicFactorResults
294
294
295
295
For an example of the use of the `DynamicFactor` model, see the
296
-
`Dynamic Factor example notebook <examples/notebooks/generated/statespace_dfm_coincident.html>`__
296
+
`Dynamic Factor example notebook <examples/notebooks/generated/statespace_dfm_coincident.ipynb>`_
297
297
298
298
Linear Exponential Smoothing Models
299
299
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -382,7 +382,7 @@ likelihood fitting functionality for estimation and results output.
382
382
mlemodel.PredictionResults
383
383
384
384
For a basic example demonstrating creating and estimating a custom state space
385
-
model, see the `Local Linear Trend example notebook <examples/notebooks/generated/statespace_local_linear_trend.html>`__.
385
+
model, see the `Local Linear Trend example notebook <examples/notebooks/generated/statespace_local_linear_trend.ipynb>`_.
386
386
For a more sophisticated example, see the source code for the `SARIMAX` and
387
387
`SARIMAXResults` classes, which are built by extending `MLEModel` and
0 commit comments