JP.df: Jones-Pewsey distribution function

Description Usage Arguments Value Examples

View source: R/Jones-Pewsey.R

Description

Calculate the cdf of the Jones-Pewsey distribution at given points, based on specified values of mu, kappa and psi.

Usage

1
JP.df(theta, mu, kappa, psi, ncon)

Arguments

theta

Angle, in radians, at which the distribution is to be calculated. Can be either numeric or vector.

mu

Mean direction parameter.

kappa

Concentration parameter.

psi

Shape parameter.

Value

The distribution function evaluated at theta: either a numeric or a vector, depending on the input.

Examples

1
cdf <- JP.df(theta = c(k.2), mu = 3, kappa = 1, psi = -3, JP.NCon(kappa = 1, psi = -3))

ClairBee/AS.circular documentation built on Jan. 24, 2020, 3:57 p.m.