rspcauchy: Random Sampling from Spherical Cauchy Distributions

View source: R/RcppExports.R

rspcauchyR 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))

circlus documentation built on April 3, 2025, 9:12 p.m.

Related to rspcauchy in circlus...