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

Adding exogenous inputs #2

Open
mgorjis opened this issue Mar 8, 2017 · 5 comments
Open

Adding exogenous inputs #2

mgorjis opened this issue Mar 8, 2017 · 5 comments
Assignees

Comments

@mgorjis
Copy link

mgorjis commented Mar 8, 2017

Hi,

Is there any way to fit a sparse autoregressive with exogenous inputs using Sparsevar package?

I could not find anything about it in the help.

Thank you

@svazzole
Copy link
Owner

svazzole commented Mar 8, 2017

Hi,
at the moment it is not possible to estimate VARX models (if I understood your question correctly). I believe it would be nice to add these models so I will try to work on it in the next days.

@svazzole svazzole self-assigned this Mar 9, 2017
@svazzole
Copy link
Owner

Hi,
I've added the support for exogenous inputs. There are 2 new functions: simulateVARX and fitVARX that simulate and estimate a VARX model. I don't know if my approach is correct (I fit a bigger VAR model including the exogenous variables) so you should use these two functions with caution.

SV

@mgorjis
Copy link
Author

mgorjis commented Apr 12, 2017

Thank you very much for the revision. I have written a piece of code myself in R based Lütkepohl book page 395, and have tested the accuracy. Let me compare the results of your code. I will let you know about that.

@fhdnkn
Copy link

fhdnkn commented Jul 3, 2021

I need help me for Sumulation VAR model please

@svazzole
Copy link
Owner

svazzole commented Jul 4, 2021

Hi. Coud you be a little more specific?

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

No branches or pull requests

3 participants