rwrpnorm: Wrapped normal random number generation

Description Usage Arguments Value

View source: R/rwrpnorm.R

Description

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

Usage

1
  rwrpnorm(n, mu, rho)

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 normal distribution


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