We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d6c74e commit a76593eCopy full SHA for a76593e
pymc_extras/statespace/models/structural/core.py
@@ -361,7 +361,7 @@ def extract_components_from_idata(
361
----------
362
idata : Dataset
363
A Dataset object, returned by a PyMCStateSpace sampling method
364
- restructure : bool, default True
+ restructure : bool, default False
365
Whether to restructure the state coordinates as a multi-index for easier component selection.
366
When True, enables selections like `idata.sel(component='level')` and `idata.sel(observed='gdp')`.
367
Particularly useful for multivariate models with multiple observed states.
0 commit comments