Skip to content

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

@pmisiakos

Description

@pmisiakos

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions