rCompCop: Random number generator for Mother class objects

Description Usage Arguments Value Author(s) Examples

Description

Samples from a Mother class object.

Usage

1

Arguments

n

the number of realisations.

structure

an object of class Mother.

Value

A numeric matrix of sampled data from the structure

Author(s)

Simon-Pierre Gadoury

Examples

1
2
3
4
5
6
## Create the structure
structure <- GEO(0.1, 1, list(GAMMA(0.2, 2:3, NULL),
                        GEO(0.3, 4:5, NULL)))

## Sample from the structure
rCompCop(1000, structure)

Spgadou/nCopula documentation built on May 9, 2019, 1:53 p.m.