powered by
Fit method for tscopulafit class
# S4 method for tscopulafit fit(x, y, tsoptions = list(), control = list(warn.1d.NelderMead = FALSE))
An object of class tscopulafit.
an object of class tscopulafit.
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
ar1 <- armacopula(list(ar = 0.7)) data <- sim(ar1, 1000) ar1fit <- fit(fit(ar1, data), sim(ar1, 1000))
Run the code above in your browser using DataLab