Learn R Programming

NetVAR (version 0.1-2)

Network Structures in VAR Models

Description

Vector AutoRegressive (VAR) type models with tailored regularisation structures are provided to uncover network type structures in the data, such as influential time series (influencers). Currently the package implements the LISAR model from Zhang and Trimborn (2023) . The package automatically derives the required regularisation sequences and refines it during the estimation to provide the optimal model. The package allows for model optimisation under various loss functions such as Mean Squared Forecasting Error (MSFE), Akaike Information Criterion (AIC), and Bayesian Information Criterion (BIC). It provides a dedicated class, allowing for summary prints of the optimal model and a plotting function to conveniently analyse the optimal model via heatmaps.

Copy Link

Version

Install

install.packages('NetVAR')

Monthly Downloads

166

Version

0.1-2

License

GPL (>= 3)

Maintainer

Simon Trimborn

Last Published

September 22nd, 2025

Functions in NetVAR (0.1-2)

summary.NetVAR

Printing function for objects of class NetVAR
plot.NetVAR

Plotting function for objects of class NetVAR
TradingData

Trading data for 11 US stocks from the finance sector
print.NetVAR

Printing function for objects of class NetVAR
LISAR

The LISAR model