pcircpurka: Probability density function of the circular Purkayastha...

View source: R/pcircpurka.R

Probability density function of the circular Purkayastha distributionR Documentation

Probability density function of the circular Purkayastha distribution

Description

Probability density function of the circular Purkayastha distribution.

Usage

pcircpurka(u, m, a, rads = FALSE)

Arguments

u

A numerical value, either in radians or in degrees.

m

The mean direction in radians or in degrees.

a

The \alpha parameter of the circular Purkayastha distribution.

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 theta.

Value

The probability that of x being less than theta, where x follows the circular Purkayastha distribution.

Author(s)

Michail Tsagris.

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

References

Purkayastha S. (1991). A Rotationally Symmetric Directional Distribution: Obtained through Maximum Likelihood Characterization. The Indian Journal of Statistics, Series A, 53(1): 70-83

Cabrera J. and Watson G. S. (1990). On a spherical median related distribution. Communications in Statistics-Theory and Methods, 19(6): 1973–1986.

See Also

purka.mle, dcircpurka, pvm

Examples

pcircpurka(2, 3, 0.3)

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