Skip to content

Commit 7846f15

Browse files
committed
Restore of DFM.py and constants.py
1 parent 93174b6 commit 7846f15

17 files changed

+526
-136
lines changed

pymc_extras/statespace/models/DFM.py

Lines changed: 284 additions & 98 deletions
Large diffs are not rendered by default.

pymc_extras/statespace/utils/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
SEASONAL_MA_PARAM_DIM = "seasonal_lag_ma"
1414
ETS_SEASONAL_DIM = "seasonal_lag"
1515
FACTOR_DIM = "factor"
16+
ERROR_AR_PARAM_DIM = "error_ar_lag"
1617

1718
NEVER_TIME_VARYING = ["initial_state", "initial_state_cov", "a0", "P0"]
1819
VECTOR_VALUED = ["initial_state", "state_intercept", "obs_intercept", "a0", "c", "d"]

0 commit comments

Comments
 (0)