File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ def populate_component_properties(self):
114
114
if self .k_endog > 1 :
115
115
self .param_dims [f"params_{ self .name } " ] = (
116
116
f"endog_{ self .name } " ,
117
- AR_PARAM_DIM ,
117
+ f"lag_ { self . name } " ,
118
118
)
119
119
self .param_dims [f"sigma_{ self .name } " ] = (f"endog_{ self .name } " ,)
120
120
Original file line number Diff line number Diff line change @@ -362,7 +362,7 @@ def extract_components_from_idata(self, idata: xr.Dataset) -> xr.Dataset:
362
362
Returns
363
363
-------
364
364
idata: Dataset
365
- An Dataset object with hidden states transformed to represent only the "interpretable" subcomponents
365
+ A Dataset object with hidden states transformed to represent only the "interpretable" subcomponents
366
366
of the structural model.
367
367
368
368
Notes
You can’t perform that action at this time.
0 commit comments