Skip to content

Commit 2a843c8

Browse files
committed
Refactor DFM tests and update constants after the rebasing procedure
1 parent 3221188 commit 2a843c8

16 files changed

+16
-39
lines changed

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"]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)