| BigVAR.intermediate {BigVAR} | R Documentation |
BigVAR.intermediate This class contains the in-sample results for cv.BigVAR
Description
It inherits the class BigVAR, and contains the results from rolling validation
Fields
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 korT\times k + mmultivariate time SerieslagmaxMaximal 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 argumentdualis set toTRUEMinnesotaMinnesota Prior Indicator
verboseverbose indicator
dualindicator as to whether dual cross validation was conducted
contempindicator if contemporaneous exogenous predictors are used
Note
One can also access any object of class BigVAR from BigVAR.intermediate
Author(s)
Will Nicholson