tscm {tscopula} | R Documentation |
Constructor function for time series
Description
Constructor function for time series
Usage
tscm(tscopula, margin = new("margin", name = "unif"))
Arguments
tscopula |
an object of class tscopula. |
margin |
an object of class margin. |
Value
An object of class tscm.
Examples
tscm(dvinecopula(family = "gauss", pars = 0.5), margin("doubleweibull"))
[Package tscopula version 0.3.9 Index]