Skip to contents

Create a copula from the rvinecopulib package

Usage

cop_rvinecopulib(dist, rotation, parameters)

Arguments

dist

The family name of the copula.

rotation

The rotation of the copula; 0, 90, 180, or 270.

parameters

A vector of parameters anticipated by rvinecopulib.

Value

A copula object of class "cop_rvinecopulib".

Examples

cop_rvinecopulib("frank", rotation = 0, parameters = 3)
#> $dname
#> [1] "frank"
#> 
#> $rotation
#> [1] 0
#> 
#> $parameters
#> [1] 3
#> 
#> attr(,"class")
#> [1] "bicop_rvinecopulib" "bicop"