cyl_vonmises | R Documentation |
cyl_vonmises
' ObjectsConstructs a circular-linear von Mises copula according to
\insertCiteJohnson1978;textualcylcop of class
'cyl_vonmises
'.
cyl_vonmises(mu = 0, kappa = 1, flip = FALSE)
mu |
numeric value giving the mean of the von Mises function used to construct the copula. |
kappa |
numeric value giving the concentration of the von Mises function used to construct the copula. |
flip |
logical value indicating whether the copula should be rotated 90 degrees to capture negative correlation. |
An R object of class 'cyl_vonmises
'.
Johnson1978cylcop
\insertRefHodelapplcylcop
\insertRefHodelmethodcylcop
cop <- cyl_vonmises(mu=pi, kappa=10, flip = TRUE) if(interactive()){ plot_cop_surf(copula = cop, type = "pdf", plot_type = "ggplot", resolution = 20) } cop <- cyl_vonmises(mu=0, kappa=8, flip = FALSE) if(interactive()){ plot_cop_surf(copula = cop, type = "pdf", plot_type = "ggplot", resolution = 20) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.