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

Included a variable with a set of nonzero AR parameters for ARMA and VAR #133

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

Conversation

ecastrow
Copy link

@ecastrow ecastrow commented Nov 2, 2018

Hi Ross,

I needed to define a subset of autoregressive lags (set some of them to zero) on both your ARMA and VAR implementations for a project I was working on, so I defined a parameter that specifies those. Since it is done, I thought it would be good to incorporate that adjustment on your package. Beyond that, I tweaked the code a bit for it to be easier to follow. One important adjustment I did though is to initialize the negative log-likelihood, which was the reason why I was getting some funky variations in my results across runs. Thanks for sharing your code!

@RJT1990
Copy link
Owner

RJT1990 commented Nov 2, 2018

Hey Eduardo - thanks for the pull request! I haven't had a chance to look at the library for a while, so I will look this weekend, including your PR. Thanks for the contribution!

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.

2 participants