lingam
lingam copied to clipboard
ValueError: trend 'nc' not supported for VAR
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.
Hi, @pmisiakos This has already been fixed in issue #86. Please update to v1.8.0 or higher.
pip install -U lingam