Skip to content

Commit b8d2e4e

Browse files
Remove unused docstring parameter
1 parent 445d884 commit b8d2e4e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pymc_extras/statespace/models/VARMAX.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -148,15 +148,6 @@ def __init__(
148148
The type of Kalman Filter to use. Options are "standard", "single", "univariate", "steady_state",
149149
and "cholesky". See the docs for kalman filters for more details.
150150
151-
state_structure: str, default "fast"
152-
How to represent the state-space system. When "interpretable", each element of the state vector will have a
153-
precise meaning as either lagged data, innovations, or lagged innovations. This comes at the cost of a larger
154-
state vector, which may hurt performance.
155-
156-
When "fast", states are combined to minimize the dimension of the state vector, but lags and innovations are
157-
mixed together as a result. Only the first state (the modeled timeseries) will have an obvious interpretation
158-
in this case.
159-
160151
measurement_error: bool, default True
161152
If true, a measurement error term is added to the model.
162153

0 commit comments

Comments
 (0)