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