cyl_cubsec-class {cylcop}R Documentation

An S4 Class of Bivariate Copulas with Cubic Sections

Description

This class contains bivariate circular-linear copulas with cubic sections in the linear dimension. They are periodic in the circular dimension, u, and symmetric with respect to u=0.5. Therefore, they can capture correlation in data where there is symmetry between positive and negative angles. These copulas are described by two parameters, a and b.

Slots

name

character string holding the name of the copula.

parameters

numeric vector holding the parameter values.

param.names

character vector holding the parameter names.

param.lowbnd

numeric vector holding the lower bounds of the parameters.

param.upbnd

numeric vector holding the upper bounds of the parameters.

Objects from the Class

Objects are created by cyl_cubsec().

Extends

Class 'cyl_cubsec' extends class 'cyl_copula'.

References

Nelsen RB, Quesada-Molina JJ, Rodr\'iguez-Lallena JA (1997). “Bivariate copulas with cubic sections.” Journal of Nonparametric Statistics, 7(3), 205–220. ISSN 10485252, doi:10.1080/10485259708832700.

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/.


[Package cylcop version 0.2.0 Index]