powered by
Class of objects for d-vine copula processes.
# S4 method for dvinecopula coef(object)# S4 method for dvinecopula show(object)# S4 method for dvinecopula sim(object, n = 1000, innov = NA, start = NA)# S4 method for dvinecopula predict(object, data, x, type = "df")# S4 method for dvinecopula kendall(object, lagmax = 20)
# S4 method for dvinecopula show(object)
# S4 method for dvinecopula sim(object, n = 1000, innov = NA, start = NA)
# S4 method for dvinecopula predict(object, data, x, type = "df")
# S4 method for dvinecopula kendall(object, lagmax = 20)
an object of the class.
length of realization.
vector of innovations of length n.
vector of start values with length equal to order of process.
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(dvinecopula): Coef method for dvinecopula class
coef(dvinecopula)
show(dvinecopula): Show method for dvinecopula class
show(dvinecopula)
sim(dvinecopula): Simulation method for dvinecopula class
sim(dvinecopula)
predict(dvinecopula): Prediction method for dvinecopula class
predict(dvinecopula)
kendall(dvinecopula): Calculate Kendall's tau values for pair copulas in d-vine copula
kendall(dvinecopula)
name
name of the d-vine copula process.
modelspec
list containing the family, number of parameters and rotations
pars
list comprising of the parameters.
sim(dvinecopula("gauss", 0.5)) mixmod <- dvinecopula(family = c("gumbel", "gauss"), pars = list(1.5, -0.6)) kendall(mixmod)
Run the code above in your browser using DataLab