dcunif: Circular Uniform Distribution

Description Usage Arguments Value Examples

View source: R/circularUtilities.R

Description

Evaluate the circular uniform distribution.

Usage

1
dcunif(x, from = 0, to = 2 * pi)

Arguments

x

Angle to evaluate.

from

Lower bound of the circular uniform distribution.

to

Upper bound of the circular uniform distribution.

Value

Numeric; probability of x.

Examples

1
dcunif(1, 6, 2)

keesmulder/aoristicinference documentation built on May 4, 2019, 3:17 p.m.