powered by
Profile likelihood for fulcrum parameter
profilefulcrum( data, tscopula = dvinecopula(family = 1, pars = list(0.1)), locations = seq(0, 1, by = 0.1), plot = TRUE )
A matrix containing fulcrum values and log likelihood values.
a vector or time series of data on (0,1).
an object of class tscopulaU or vtscopula.
vector containing locations of different values for fulcrum.
logical values specifying whether plot should be created.
copobject <- armacopula(pars = list(ar = 0.6, ma = 0.2)) vtcop <- vtscopula(copobject, Vtransform = V2p()) y <- sim(vtcop) profilefulcrum(y, vtcop)
Run the code above in your browser using DataLab