fit,tscm-method | R Documentation |
Fit method for tscm class
## S4 method for signature 'tscm'
fit(x, y, tsoptions = list(), control = list(), method = "IFM")
x |
an object of class tscm. |
y |
a vector or time series of data. |
tsoptions |
a list of parameters passed to fitting. |
control |
list of control parameters to be passed to the
|
method |
character string specifying method. |
An object of class tscmfit.
mod <- tscm(dvinecopula(family = "gauss", pars = 0.5), margin("doubleweibull"))
y <- sim(mod)
fit(mod, y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.