swncopula-class {tscopula} | R Documentation |
Strict white noise copula process
Description
Strict white noise copula process
Usage
## S4 method for signature 'swncopula'
sim(object, n = 1000)
## S4 method for signature 'swncopula'
coef(object)
## S4 method for signature 'swncopula'
show(object)
Arguments
object |
an object of class swncopula. |
n |
numeric value for length of simulated realisation. |
Methods (by generic)
-
sim(swncopula)
: Simulation method for strict white noise copula -
coef(swncopula)
: Coef method for strict white noise copula -
show(swncopula)
: Show method for strict white noise copula
Examples
sim(swncopula())
[Package tscopula version 0.3.9 Index]