This repository contains two different model formulations for evaluating linear and nonlinear VAR models:
Formulation A linear_validation.py: Executes the linear VAR (Vector Autoregression) model using a predefined set of hyperparameters.
nonlinear_validation.py: Runs the nonlinear VAR (NLVAR) model with the desired configuration.
python linearvalidation.py or
python nonlinearvalidation.py depending on the model you wish to evaluate.
Formulation B Implements the VAR model under Formulation B.
Navigate to the FormulationB/ folder and run:
python var_lip.py