cyl_cubsec | R Documentation |
cyl_cubsec
' ObjectsConstructs a circular-linear copula with cubic sections of class
'cyl_cubsec
'.
cyl_cubsec(a = 1/(2 * pi), b = 1/(2 * pi))
a |
numeric value of the first parameter of the copula. It must be in [- 1 / (2 π)), 1 / (2 π))]. |
b |
numeric value of the second parameter of the copula. It must be in [- 1 / (2 π)), 1 / (2 π))]. |
An R object of class 'cyl_cubsec
'.
Nelsen1997cylcop
\insertRefHodelapplcylcop
\insertRefHodelmethodcylcop
cop <- cyl_cubsec(a = 0.1, b = -0.1) if(interactive()){ plot_cop_surf(copula = cop, type = "pdf", plot_type = "ggplot") }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.