Sample from wrapped Cauchy distribution
rwrpcauchy(n, mu, rho)
n: Number of samplesmu: Mean parameterrho: Concentration parameterVector of n samples from wrpcauchy(mu, rho)
Uses basic rejection sampling, based on dwrpcauchy(), which might be inefficient for large rho.
Related functions from the same R package