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 0e78a6e commit a2c73c6Copy full SHA for a2c73c6
pymc_extras/statespace/models/VARMAX.py
@@ -175,7 +175,7 @@ def __init__(
175
needs_exog_data = False
176
177
if k_exog is not None and not isinstance(k_exog, int | dict):
178
- raise ValueError("If not None, k_endog must be either an int or a dict")
+ raise ValueError("If not None, k_exog must be either an int or a dict")
179
if exog_state_names is not None and not isinstance(exog_state_names, list | dict):
180
raise ValueError("If not None, exog_state_names must be either a list or a dict")
181
0 commit comments