powered by
Class of objects for d-vine copula processes. See dvinecopula2 for more details.
# S4 method for dvinecopula2 coef(object)# S4 method for dvinecopula2 show(object)# S4 method for dvinecopula2 sim(object, n = 1000)# S4 method for dvinecopula2 predict(object, data, x, type = "df")# S4 method for dvinecopula2 kendall(object, lagmax = 20)
# S4 method for dvinecopula2 show(object)
# S4 method for dvinecopula2 sim(object, n = 1000)
# S4 method for dvinecopula2 predict(object, data, x, type = "df")
# S4 method for dvinecopula2 kendall(object, lagmax = 20)
an object of the class.
length of realization.
vector of past data values.
vector of arguments of prediction function.
type of prediction function ("df" for density, "qf" for quantile function or "dens" for density).
maximum value of lag.
coef(dvinecopula2): Coef Method for dvinecopula2 class
coef(dvinecopula2)
show(dvinecopula2): Show method for dvinecopula2 class
show(dvinecopula2)
sim(dvinecopula2): Simulation method for dvinecopula2 class
sim(dvinecopula2)
predict(dvinecopula2): Prediction method for dvinecopula2 class
predict(dvinecopula2)
kendall(dvinecopula2): Calculate Kendall's tau values for pair copulas in type 2 d-vine copula
kendall(dvinecopula2)
name
name of the d-vine copula process.
modelspec
list containing the family, rotation, and name of KPACF
pars
list comprising of the parameters.
copmod <- dvinecopula2(family = "joe", kpacf = "kpacf_arma", pars = list(ar = 0.95, ma = -0.85), maxlag = 30) kendall(copmod)
Run the code above in your browser using DataLab