dvm: Kernel of the von Mises distribution.

Description Usage Arguments Value Functions Examples

View source: R/vonMises.R

Description

Compute the probability density function of the von Mises distribution.

Usage

1
2
3
dvmkern(x, mu = 0, kp = 1, log = FALSE)

dvm(x, mu = 0, kp = 1, log = FALSE)

Arguments

x

An angle in radians for which to compute the pdf.

mu

The mean direction.

kp

The concentration parameter, kappa.

log

Logical; If TRUE, return the log of the probability of x.

Value

The probability density of the von Mises distribution at x.

Functions

Examples

1
2
dvm(3)
dvm(3, -2.2, 10)

keesmulder/flexcircmix documentation built on May 29, 2019, 3:02 a.m.