swncopula-class: Strict white noise copula process

swncopula-classR 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())

tscopula documentation built on May 29, 2024, 5:53 a.m.