Probability density function of the von Mises-Fisher distribution
Probability density function of the von Mises-Fisher distribution.
pvm(theta, m, k, rads = FALSE)
theta |
A numerical value, either in radians or in degrees. |
m |
The mean direction in radians or in degrees. |
k |
The concentration parameter, κ. |
rads |
If the data are in radians, this should be TRUE and FALSE otherwise. |
This value calculates the probability of x being less than theta and is used by group.gof
.
The probability that of x being less than theta, where x follows the von Mises-Fisher distribution.
Michail Tsagris
R implementation and documentation: Michail Tsagris mtsagris@uoc.gr and Giorgos Athineou <gioathineou@gmail.com>
Arthur Pewsey, Markus Neuhauser, and Graeme D. Ruxton (2013). Circular Statistics in R.
pvm(1, 2, 10, rads = TRUE) pvm(2, 2, 10, rads = TRUE)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.