We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
ValueError: trend 'nc' not supported for VAR
result = var.fit(maxlags=self._lags, trend="nc") but there is no nc available trend in the fit method of var.
result = var.fit(maxlags=self._lags, trend="nc")
The text was updated successfully, but these errors were encountered:
Hi, @pmisiakos This has already been fixed in issue #86. Please update to v1.8.0 or higher.
pip install -U lingam
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: