powered by
cyl_cubsec
Constructs a circular-linear copula with cubic sections of class 'cyl_cubsec'.
cyl_cubsec(a = 1/(2 * pi), b = 1/(2 * pi))
An R object of class 'cyl_cubsec'.
numeric value of the first parameter of the copula. It must be in \([- 1 / (2 \pi)), 1 / (2 \pi))]\).
numeric value of the second parameter of the copula. It must be in \([- 1 / (2 \pi)), 1 / (2 \pi))]\).
Nelsen1997cylcop
Hodelapplcylcop
Hodelmethodcylcop
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