It inherits the class BigVAR, and contains the results from rolling validation
ZFullList containing full lag matrix and time series
InSampMSFEIn-sample MSFE from optimal value of lambda
LambdaGridGrid of candidate lambda values
indexIndex order of optimal lambda value
OptimalLambdaValue of lambda that minimizes MSFE
Dataa \(T \times k\) or \(T\times k + m\) multivariate time Series
lagmaxMaximal lag order
StructurePenalty structure
RelaxedIndicator for relaxed VAR
GranularityGranularity of penalty grid
horizonDesired forecast horizon
crossvalCross-Validation procedure
alphaadditional penalty parameter for Sparse Lag Group or Sparse Own/Other methods. Will contain either the heuristic choice of \(1/(k+1)\) or the value selected by cross validation if the argument dual is set to TRUE
MinnesotaMinnesota Prior Indicator
verboseverbose indicator
dualindicator as to whether dual cross validation was conducted
contempindicator if contemporaneous exogenous predictors are used
Will Nicholson