JP.pdf: Jones-Pewsey probability density function

Description Usage Arguments Value Examples

View source: R/Jones-Pewsey.R

Description

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

Usage

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

Arguments

theta

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

mu

Mean direction parameter.

kappa

Concentration parameter.

psi

Shape parameter.

Value

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

Examples

1
pdf <- JP.pdf(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.