fit,tscopulaU-method | R Documentation |
Fit method for tscopulaU class
## S4 method for signature 'tscopulaU'
fit(x, y, tsoptions = list(), control = list())
x |
an object of class tscopulaU. |
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.
data <- sim(armacopula(list(ar = 0.5, ma = 0.4)), n = 1000)
fit(armacopula(list(ar = 0.5, ma = 0.4)), data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.