| fit,tscopulafit-method | R Documentation | 
Fit method for tscopulafit class
## S4 method for signature 'tscopulafit'
fit(x, y, tsoptions = list(), control = list(warn.1d.NelderMead = FALSE))
x | 
 an object of class tscopulafit.  | 
y | 
 vector or time series of data to which the copula process is to be fitted.  | 
tsoptions | 
 list of options  | 
control | 
 list of control parameters to be passed to the
  | 
An object of class tscopulafit.
ar1 <- armacopula(list(ar = 0.7))
data <- sim(ar1, 1000)
ar1fit <- fit(fit(ar1, data), sim(ar1, 1000))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.