rspcauchy {circlus} | R Documentation |
Generates a random sample from spherical Cauchy distributions.
rspcauchy(n, rho, mu)
n |
The number of random draws. |
rho |
A numeric value giving the rho parameter. |
mu |
A numeric vector giving the mu direction parameter. |
A matrix with the generated values.
rspcauchy(10, 0.95, c(1, 0, 0))