Fit a BigVAR object with a structured penalty (VARX-L or HLAG).
Usage
BigVAR.est(object)
Value
An array of \(k \times kp \times n\) or \(k\times kp+ms \times n\) coefficient matrices; one for each of the n values of lambda.
Arguments
object
BigVAR object created from ConstructModel
Details
Fits HLAG or VARX-L model on a BigVAR object. Does not perform cross-validation. This method allows the user to construct their own penalty parameter selection procedure.