rwrpcauchy: Wrapped cauchy random number generation

Description Usage Arguments Value

View source: R/rwrpcauchy.R

Description

This function generates random number from the wrapped cauchy distribution. It is modified from the function in the CircStats package so that it can evaluate multiple parameter combinations in the same call.

Usage

1
  rwrpcauchy(n, mu = 0, rho = exp(-1))

Arguments

n

The number of random numbers to generate

mu

A value for the mu parameter

rho

A value for the concentration parameter in the interval [0,1]

Value

A vector of random numbers drawn from a wrapped cauchy distribution


benaug/move.HMM documentation built on Jan. 23, 2022, 4:29 a.m.