| tscmfit-class {tscopula} | R Documentation |
Fitted tscm model
Description
Class of objects for fitted tscm models.
Usage
## S4 method for signature 'tscmfit'
logLik(object)
## S4 method for signature 'tscmfit'
resid(object, trace = FALSE)
## S4 method for signature 'tscmfit'
predict(object, x, type = "df", qtype = 7, proper = FALSE)
Arguments
object |
an object of the class. |
trace |
extract trace instead of residuals. |
x |
vector of arguments of prediction function. |
type |
type of prediction function ("df" for density, "qf" for quantile function or "dens" for density). |
qtype |
type of empirical quantile estimate. |
proper |
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. |
Methods (by generic)
-
logLik(tscmfit): method for tscmfit class -
resid(tscmfit): Residual method for tscmfit class -
predict(tscmfit): Prediction method for tscmfit class
Slots
tscopulaan object of class tscopula.
marginan object of class margin.
dataa vector or time series of data to which process has been fitted.
fita list containing details of the fit.