wrappedCauchy | R Documentation |
Density, and random generation for the wrapped Cauchy circular distribution.
dwrappedcauchy(x, mu = circular(0), rho = exp(-1))
rwrappedcauchy(n, mu = circular(0), rho = exp(-1), control.circular=list())
x |
a vector. The object is coerced to class
|
n |
number of observations. |
mu |
mean direction of the distribution as a |
rho |
concentration parameter of the distribution. |
control.circular |
the attribute of the resulting object. |
dwrappedcauchy
gives the density and rwrappedcauchy
generates random deviates.
Claudio Agostinelli and Ulric Lund
Jammalamadaka, S. Rao and SenGupta, A. (2001). Topics in Circular Statistics, Section 2.2.7, World Scientific Press, Singapore.
data1 <- rwrappedcauchy(100, mu=circular(0), rho=0.7,
control.circular=list(units="degrees"))
plot(data1)
ff <- function(x) dwrappedcauchy(x, mu=circular(pi), rho=0.7)
curve.circular(ff, join=TRUE, xlim=c(-2, 1),
main="Density of a Wrapped Cauchy Distribution \n mu=pi, rho=0.7")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.