View source: R/summary-varlse.R
summary.varlse | R Documentation |
summary
method for varlse
class.
## S3 method for class 'varlse'
summary(object, ...)
## S3 method for class 'summary.varlse'
print(x, digits = max(3L, getOption("digits") - 3L), signif_code = TRUE, ...)
## S3 method for class 'summary.varlse'
knit_print(x, ...)
object |
A |
... |
not used |
x |
|
digits |
digit option to print |
signif_code |
Check significant rows (Default: |
summary.varlse
class additionally computes the following
names |
Variable names |
totobs |
Total number of the observation |
obs |
Sample size used when training = |
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 |
log_lik |
log-likelihood |
ic |
Information criteria vector |
AIC
- AIC
BIC
- BIC
HQ
- HQ
FPE
- FPE
Lütkepohl, H. (2007). New Introduction to Multiple Time Series Analysis. Springer Publishing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.