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

ValueError: trend 'nc' not supported for VAR #120

Open
pmisiakos opened this issue Jan 17, 2024 · 1 comment
Open

ValueError: trend 'nc' not supported for VAR #120

pmisiakos opened this issue Jan 17, 2024 · 1 comment

Comments

@pmisiakos
Copy link

pmisiakos commented Jan 17, 2024

Hi!
I got the following error when trying to use Varlingam

ValueError: trend 'nc' not supported for VAR
the error seems to be caused from line 272 at file var_lingam.py

result = var.fit(maxlags=self._lags, trend="nc")
but there is no nc available trend in the fit method of var.

@ikeuchi-screen
Copy link
Collaborator

Hi, @pmisiakos
This has already been fixed in issue #86.
Please update to v1.8.0 or higher.

pip install -U lingam

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

No branches or pull requests

2 participants