rwrpcauchy | R Documentation |
Sample from wrapped Cauchy distribution
rwrpcauchy(n, mu, rho)
n |
Number of samples |
mu |
Mean parameter |
rho |
Concentration parameter |
Uses basic rejection sampling, based on dwrpcauchy(), which might be inefficient for large rho.
Vector of n samples from wrpcauchy(mu, rho)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.