cyl_quadsec {cylcop}R 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 \pi)), 1 / (2 \pi))].

Value

An R object of class 'cyl_quadsec'.

References

Quesada-Molina JJ, Rodr\'iguez-Lallena JA (1995). “Bivariate copulas with quadratic sections.” Journal of Nonparametric Statistics, 5(4), 323–337. ISSN 10290311, doi:10.1080/10485259508832652.

Hodel FH, Fieberg JR (2022). “Circular-Linear Copulae for Animal Movement Data.” Methods in Ecology and Evolution. doi:10.1111/2041-210X.13821.

Hodel FH, Fieberg JR (2021). “Cylcop: An R Package for Circular-Linear Copulae with Angular Symmetry.” bioRxiv. doi:10.1101/2021.07.14.452253, https://www.biorxiv.org/content/10.1101/2021.07.14.452253v3/.

Examples

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


[Package cylcop version 0.2.0 Index]