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

Add Bayesian VAR(2) example script #1658 #1915

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

aibit0111
Copy link

VAR(2) examples:
Reference - https://otexts.com/fpp2/VAR.html
fix #1658

@tillahoffmann
Copy link
Contributor

This looks interesting! As of #1904, there is a Gaussian state space model distribution. Would that be suitable for the VAR here?

@fehiepsi
Copy link
Member

fehiepsi commented Nov 23, 2024

In addition, could you add the example to docs index together with thumbnails (like in #1429)?

@aibit0111
Copy link
Author

Hi @fehiepsi, added the index and thumbnails.

@aibit0111
Copy link
Author

This looks interesting! As of #1904, there is a Gaussian state space model distribution. Would that be suitable for the VAR here?

Hi @tillahoffmann, awesome work on SSM, do you want me to create example using SSM?

@aibit0111
Copy link
Author

@fehiepsi , Lint has failed, when I am fixing with ruff, it is changing some more files other that var2.py
I have been working on some econometric models with numpyro, will be adding more models.

@tillahoffmann
Copy link
Contributor

Hi @tillahoffmann, awesome work on SSM, do you want me to create example using SSM?

I think using the current implementation in this PR or SSM could both work. The latter might be a bit more concise because you wouldn't have to implement the transition function.

@fehiepsi
Copy link
Member

@aibit0111 Could you merge with master? lint issues are fixed upstream.

@aibit0111
Copy link
Author

@fehiepsi Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

A application tutorial about Baysian Vector Autoregression?
3 participants