logLik.cgarch.estimate | R Documentation |
Extract the log likelihood of the model at the estimated optimal parameter values.
## S3 method for class 'cgarch.estimate'
logLik(object, ...)
## S3 method for class 'dcc.estimate'
logLik(object, ...)
## S3 method for class 'gogarch.estimate'
logLik(object, ...)
object |
an estimated object from one of the models in the package. |
... |
none |
For all models in the package, the log-likelihood is a combination of the univariate log-likelihood and the multivariate log-likelihood. For the GOGARCH model, being an independent factor model, this is the sum of the univariate GARCH log-likelihoods plus a term for the mixing matrix. The number of parameters in the GOGARCH model reported (“df”) represents the univariate independent factor parameters plus the number of parameters in the rotation matrix U of the ICA algorithm.
An object of class “logLik” with attributes for “nobs” and “df”. The latter is equal to the number of estimated parameters, whilst the former is the number of timesteps (i.e. the number of observations per series).
Alexios Galanos
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.