ll.VARFIMA function

Log-likelihood function of a VARFIMA(1,1) in final equations form.

Log-likelihood function of a VARFIMA(1,1) in final equations form.

ll.VARFIMA returns the value of the log-likelihood function for a given sample and parameter vector.

ll.VARFIMA(theta, data, q, approx = 100, pre.sample = matrix(0, approx, q), rep = FALSE)

Arguments

  • theta: parameter vector.
  • data: data matrix with T observations of q-dimensional process.
  • q: dimension of the process.
  • approx: order of the AR-approximation that is supposed to be used. Default is approx=100.
  • pre.sample: if likelihood is conditioned on previous observations pre.sample is an additional sample matrix.
  • rep: determines whether the parameter vector is printed.

References

Lutkepohl, H. (2007): New introduction to multiple time series analysis. Springer.

  • Maintainer: Christian Leschinski
  • License: GPL-2
  • Last published: 2019-02-18

Useful links