Learn R Programming

cylcop (version 0.2.0)

cyl_cubsec: Construction of 'cyl_cubsec' Objects

Description

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

Usage

cyl_cubsec(a = 1/(2 * pi), b = 1/(2 * pi))

Value

An R object of class 'cyl_cubsec'.

Arguments

a

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

b

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

References

Nelsen1997cylcop

Hodelapplcylcop

Hodelmethodcylcop

Examples

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

Run the code above in your browser using DataLab