dataset: Random dataset from a given vine copula model

Description Usage Format Author(s) Examples

Description

A random dataset simulated from a given 5-dimensional vine copula model.

Usage

1

Format

$data

An 1000 x 5 data set (format data.frame) with the uniform variables (U1,U2,U3,U4,U5).

$vine

RVineMatrix object defyining the vine copula model from where $data was sampled.

Author(s)

Emanuele Bevacqua

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
# Load data
data(dataset)

# Extract data
data <- dataset$data 
plot(data)

# Extract the RVineMatrix object from where the dataset was randomly sampled
vine <- dataset$vine
vine$Matrix 
vine$family
vine$par
vine$par2 
summary(vine)

CDVineCopulaConditional documentation built on May 2, 2019, 8:57 a.m.