cyl_quadsec: Construction of "cyl_quadsec" Objects

View source: R/cyl_quadsec.R

cyl_quadsecR Documentation

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))

Arguments

a

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

Value

An R object of class 'cyl_quadsec'.

References

\insertRef

Quesada-Molina1995cylcop

\insertRef

Hodelapplcylcop

\insertRef

Hodelmethodcylcop

Examples

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


cylcop documentation built on Oct. 30, 2022, 1:05 a.m.