summary
method for varlse
class.
# S3 method for varlse
summary(object, ...)# S3 method for summary.varlse
print(x, digits = max(3L, getOption("digits") - 3L), signif_code = TRUE, ...)
# S3 method for summary.varlse
knit_print(x, ...)
summary.varlse
class additionally computes the following
names
Variable names
totobs
Total number of the observation
obs
Sample size used when training = totobs
- p
p
Lag of VAR
coefficients
Coefficient Matrix
call
Matched call
process
Process: VAR
covmat
Covariance matrix of the residuals
corrmat
Correlation matrix of the residuals
roots
Roots of characteristic polynomials
is_stable
Whether the process is stable or not based on roots
log_lik
log-likelihood
ic
Information criteria vector
AIC
- AIC
BIC
- BIC
HQ
- HQ
FPE
- FPE
A varlse
object
not used
summary.varlse
object
digit option to print
Check significant rows (Default: TRUE
)
Lütkepohl, H. (2007). New Introduction to Multiple Time Series Analysis. Springer Publishing.