pcircexp: Probability density function of the circular (wrapped)...

View source: R/pcircexp.R

Probability density function of the circular (wrapped) exponential distributionR Documentation

Probability density function of the circular (wrapped) exponential distribution

Description

Probability density function of the circular (wrapped) exponential distribution.

Usage

pcircexp(u, lambda, rads = FALSE)

Arguments

u

A numerical value, either in radians or in degrees.

lambda

The \lambda parameter. This must be positive.

rads

If the data are in radians, this should be TRUE and FALSE otherwise.

Details

This value calculates the probability of x being less than u.

Value

The probability that of x being less than u, where u follows the wrapped exponential distribution.

Author(s)

Michail Tsagris.

R implementation and documentation: Michail Tsagris mtsagris@uoc.gr.

References

Jammalamadaka S. R. and Kozubowski T. J. (2003). A new family of circular models: The wrapped Laplace distributions. Advances and Applications in Statistics, 3(1): 77–103.

See Also

pvm, circ.summary, dvm

Examples

pcircexp(c(1, 2), 2, rads = TRUE)

Directional documentation built on Oct. 12, 2023, 1:07 a.m.