The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

Function File: theta = vmpdf (x, mu, k)

Evaluates the Von Mises probability density function.

The Von Mises distribution has probability density function

f (x) = exp (k * cos (x - mu)) / Z ,

where Z is a normalisation constant. By default, mu is 0 and k is 1.

See also: vmrnd.

Package: statistics