-
-
Notifications
You must be signed in to change notification settings - Fork 61
Hierarchical models in Structural #469
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @gdeleva ! I believe what you're asking for is batch dimensions on arbitrary models? This is on the roadmap, and being actively developed here. A separate issue would be to allow multivariate structural models. This is also on the roadmap (it's mentioned here as "Add k_endog argument to structrual.Components to enable multivariate structural models"), but there's no active issue for it yet. Help welcome :) |
@jessegrabowski Thanks for the kind reply. |
Thanks a lot for your interest @gdeleva ! I think adding |
k_endog would be separate than #450, because it concerns observed states not batch dims. The idea would be to concatenate one statespace per observed dim, and make a single big system |
Ooooh ok! @gdeleva would you be down to start contributing this? |
Hi all,
Thanks a lot for the great library you are building.
I was wondering if the module Structural supports also the addition of further dimensions to create hierarchical models.
Thanks.
The text was updated successfully, but these errors were encountered: