Initializes variance restrictions.
.initializeVar(
model,
type = NULL,
lambda = NULL,
prior = FALSE,
errorARMA = c(0, 0),
q = 0.05
)An object of class NAWRUmodel, TFPmodel, or KuttnerModel.
The variance restriction type. Possible options are "basic",
"hp", see details. The default is type = "basic".
The smoothing constant for the HP-filter if type = "hp".
A logical indicating whether prior parameters should be returned.
The ARMA order of the second equation error process.
Quantile for the Inverse Gamma distribution (only used if type = "hp"). The
default is q = 0.01.