You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alternatively, in (1) instead of $\varepsilon_{t}$ it should be $\varepsilon_{t+1}$. I realize that this doesn't matter in many cases, but in some models there is a big difference between the new state being driven by the same period innovation or the one from the last period. I apologise if this is explained elsewhere in the documentation, I have only looked at this notebook.
The text was updated successfully, but these errors were encountered:
You're absolutely right; this is a typo in the notebook. If you want to open a PR to fix it I'd appreciate it. Equation (1) ought to have $x_t$ on the left-hand side and $x_{t-1}$ on the right.
I noticed a timing inconsistency in the Making a Custom Statespace Model.ipynb notebook.
To be consistent with the general form in (1)-(2), the ar(3) model should be:
instead of
Alternatively, in (1) instead of$\varepsilon_{t}$ it should be $\varepsilon_{t+1}$ . I realize that this doesn't matter in many cases, but in some models there is a big difference between the new state being driven by the same period innovation or the one from the last period. I apologise if this is explained elsewhere in the documentation, I have only looked at this notebook.
The text was updated successfully, but these errors were encountered: