Von Mises Distribution#
Univariate, Continuous, Symmetric
The Von Mises distribution is a continuous probability distribution on the unit circle. It is characterized by two parameters: \(\mu\) and \(\kappa\), which are the mean direction and concentration parameter, respectively.
The Von Mises distribution is the circular analogue of the normal distribution, and it is used to model circular data, such as wind directions, compass bearings, or angles.
Key properties and parameters#
Support |
\(x \in (-\pi, \pi)\) |
Mean |
\(\mu\) |
Variance |
\(1 - I_1(\kappa) / I_0(\kappa)\) |
Parameters:
\(\mu\) : (float) Mean direction, \(-\pi \leq \mu \leq \pi\).
\(\kappa\) : (float) Concentration parameter, \(\kappa \geq 0\).
Probability Density Function (PDF)#
where \(I_0(\kappa)\) is the modified Bessel function of the first kind.
Cumulative Distribution Function (CDF)#
The Von Mises distribution does not have an analytical expression for the CDF. However, it can be evaluated numerically by integrating the PDF in the interval \((-\pi, x)\):
See also
Related Distributions:
Normal Distribution - When \(\kappa \to \infty\), the Von Mises distribution approximates the normal distribution.
Uniform Distribution - When \(\kappa = 0\), the Von Mises distribution converges to the uniform distribution in the interval \((-\pi, \pi)\).