rprojnorm: Random generation for the Projected Normal distribution.

Description Usage Arguments Value Functions Examples

Description

Random generation for the Projected Normal distribution.

Usage

1
2
3
rprojnorm(n, mu1 = 1, mu2 = 1)

dprojnorm(x, mu1 = 1, mu2 = 1, log = FALSE)

Arguments

n

Number of values to sample.

mu1

Mean vector component 1.

mu2

Mean vector component 2.

x

Angle in radians for which to evaluate the probability density.

log

Logical; whether to return the log probability density.

Value

Numeric vector of n samples from the Projected Normal disttribution, in radians.

Functions

Examples

1
rprojnorm(40, 3, 2)

keesmulder/circbayes documentation built on May 30, 2019, 2:04 p.m.