Perform estimation of a VARMA model specified by the Kronecker indices
Kronfit(da, kidx, include.mean = T, fixed = NULL, Kpar=NULL,
seKpar=NULL, prelim = F, details = F, thres = 1)
Data matrix (T-by-k) of a k-dimensional time series
The vector consisting of Kronecker indices
A logical switch for including the mean vector in estimation. Default is to include the mean vector.
A logical matrix used to set zero parameter constraints. This is used mainly in the command refKronfit.
Parameter vectors for use in model simplification
Standard errors of the parameter estimates for use in model simplification
A logical switch for a preliminary estimation.
A logical switch to control output.
A threshold for t-ratios in setting parameter to zero. Default is 1.
The observed time series data
Kronecker indices
Specification of AR parameters: 0 denotes fixing to zero, 1 denotes fixing to 1, and 2 denoting estimation
Specification of MA parameters
A logical variable: include.mean
Parameter estimates
Standard errors of the estimates
Residual series
Residual covariance matrix
Information criteria of the fitted model
Constant vector
AR coefficient matrices
MA coefficient matrices
Tsay (2014, Chapter 4). Multivariate Time Series Analysis with R and Financial Applications. John Wiley. Hoboken, NJ.
refKronfit, Kronspec