powered by
Fit method for tscopulaU class
# S4 method for tscopulaU fit(x, y, tsoptions = list(), control = list())
An object of class tscopulafit.
an object of class tscopulaU.
vector or time series of data to which the copula process is to be fitted.
list of options
list of control parameters to be passed to the optim function.
optim
data <- sim(armacopula(list(ar = 0.5, ma = 0.4)), n = 1000) fit(armacopula(list(ar = 0.5, ma = 0.4)), data)
Run the code above in your browser using DataLab