fit,vtscopula-method | R Documentation |
Fit object of class vtscopula to data using maximum likelihood.
## S4 method for signature 'vtscopula'
fit(
x,
y,
tsoptions = list(),
control = list(maxit = 2000, warn.1d.NelderMead = FALSE)
)
x |
an object of class vtscopula. |
y |
a vector or time series of data. |
tsoptions |
list of optional arguments: hessian is logical variable specifying whether Hessian matrix should be returned; method is choice of optimization method. |
control |
list of control parameters to be passed to the
|
An object of class tscopulafit.
copobject <- armacopula(pars = list(ar = 0.6, ma = 0.2))
vtcop <- vtscopula(copobject, Vtransform = V2p())
y <- sim(vtcop)
fit(vtcop, y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.