logLik.VLSTAR: Log-Likelihood method

Description Usage Arguments Details Value Author(s) See Also

View source: R/logLik.VLSTAR.R

Description

Returns the log-Likelihood of a VLSTAR object.

Usage

1
2
## S3 method for class 'VLSTAR'
logLik(object, type = c('Univariate', 'Multivariate'), ...)

Arguments

object

An object of class ‘VLSTAR’ obtained through VLSTAR().

type

Type of Log-Likelihood to be showed (univariate or multivariate).

...

further arguments to be passed to and from other methods

Details

The log-likelihood of a VLSTAR model is defined as:

\log l(y_t|I_t;θ)=-\frac{T\tilde{n}}{2}\ln(2π)-\frac{T}{2}\ln|Ω|-\frac{1}{2}∑_{t=1}^{T}(y_t-\tilde{G}_tB\,z_t)'Ω^{-1}(y_t-\tilde{G}_tB\,z_t)

Value

An object with class attribute logLik.

Author(s)

Andrea Bucci

See Also

VLSTAR


starvars documentation built on Jan. 18, 2022, 1:08 a.m.