rspcauchy {circlus}R Documentation

Random Sampling from Spherical Cauchy Distributions

Description

Generates a random sample from spherical Cauchy distributions.

Usage

rspcauchy(n, rho, mu)

Arguments

n

The number of random draws.

rho

A numeric value giving the rho parameter.

mu

A numeric vector giving the mu direction parameter.

Value

A matrix with the generated values.

Examples

rspcauchy(10, 0.95, c(1, 0, 0))

[Package circlus version 0.0.1 Index]