Learn R Programming

cylcop (version 0.2.0)

cyl_quadsec: Construction of 'cyl_quadsec' Objects

Description

Constructs a circular-linear copula with cubic sections of class 'cyl_quadsec'.

Usage

cyl_quadsec(a = 1/(2 * pi))

Value

An R object of class 'cyl_quadsec'.

Arguments

a

numeric value of the parameter of the copula. It must be in \([- 1 / (2 \pi)), 1 / (2 \pi))]\).

References

Quesada-Molina1995cylcop

Hodelapplcylcop

Hodelmethodcylcop

Examples

Run this code
cop <- cyl_quadsec(a = 0.1)
if(interactive()){
 plot_cop_surf(copula = cop, type = "pdf", plot_type = "ggplot")
}

Run the code above in your browser using DataLab