powered by
Generates a random sample from spherical Cauchy distributions.
rspcauchy(n, rho, mu)
A matrix with the generated values.
The number of random draws.
A numeric value giving the rho parameter.
A numeric vector giving the mu direction parameter.
rspcauchy(10, 0.95, c(1, 0, 0))
Run the code above in your browser using DataLab