powered by
The class 'cyl_copula' follows somewhat the structure of the class 'Copula' of the package 'copula'. It contains circular-linear copulas.
cyl_copula
Copula
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.
'cyl_copula' is extended by the following classes:
'cyl_vonmises': von Mises copulas.
cyl_vonmises
'cyl_quadsec': Copulas with quadratic sections.
cyl_quadsec
'cyl_cubsec': Copulas with cubic sections.
cyl_cubsec
'cyl_rot_combine': Linear combinations of copulas and their 180 degree rotations.
cyl_rot_combine
'cyl_rect_combine': Rectangular patchwork copulas.
cyl_rect_combine
Objects are created by the functions cyl_vonmises(), cyl_quadsec(), cyl_cubsec(), cyl_rot_combine(), and cyl_rect_combine().
cyl_vonmises()
cyl_quadsec()
cyl_cubsec()
cyl_rot_combine()
cyl_rect_combine()
Hodelapplcylcop
Hodelmethodcylcop
cop <- cyl_quadsec(0.1) is(cop)
Run the code above in your browser using DataLab