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!
I got the following error when trying to use Varlingam
ValueError: trend 'nc' not supported for VARthe 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.