summary.bvarlist {bvartools} | R Documentation |
Summarising Bayesian VAR or VEC Models
Description
summary method for class "bvarlist"
.
Usage
## S3 method for class 'bvarlist'
summary(object, ...)
Arguments
object |
an object of class |
... |
further arguments passed to or from other methods. |
Details
The log-likelihood for the calculation of the information criteria is obtained by
,
where . The Akaike, Bayesian and Hannan–Quinn (HQ) information criteria are calculated as
,
and
, respectively,
where is the number of endogenous variables,
the number of lags of endogenous variables,
the number of exogenous variables,
the number of lags of exogenous variables,
the number of deterministic terms and
the number of observations.
Value
summary.bvarlist
returns a table of class "summary.bvarlist"
.
[Package bvartools version 0.2.4 Index]