Class of objects for fitted tscm models.
# S4 method for tscmfit
logLik(object)# S4 method for tscmfit
resid(object, trace = FALSE)
# S4 method for tscmfit
predict(object, x, type = "df", qtype = 7, proper = FALSE)
an object of the class.
extract trace instead of residuals.
vector of arguments of prediction function.
type of prediction function ("df" for density, "qf" for quantile function or "dens" for density).
type of empirical quantile estimate.
logical variable stating whether the standard empirical distribution function should be used when the margin is empirical; otherwise an improper distribution that is bounded away from 0 and 1 is used.
logLik(tscmfit)
: method for tscmfit class
resid(tscmfit)
: Residual method for tscmfit class
predict(tscmfit)
: Prediction method for tscmfit class
tscopula
an object of class tscopula.
margin
an object of class margin.
data
a vector or time series of data to which process has been fitted.
fit
a list containing details of the fit.