Skip to content
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

time lagged models #6

Open
levisc8 opened this issue May 26, 2020 · 0 comments
Open

time lagged models #6

levisc8 opened this issue May 26, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@levisc8
Copy link
Collaborator

levisc8 commented May 26, 2020

Still not implemented. I suspect the underlying code/notation will/should look like the age X size example in #5. This interface will also require adding a pronoun to access the iterator in .iterate_model.

n_z_t_1 = F %*% n_z_[t-1] + P %*% n_z_t

Think carefully about how to have the user specify initial conditions here - needs to remain intuitive and really shouldn't require much additional code to specify the model.

@levisc8 levisc8 added the enhancement New feature or request label May 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant