powered by
Probability density function of the von Mises-Fisher distribution.
pvm(u, m, k, rads = FALSE)
The probability that of x being less than theta, where x follows the von Mises-Fisher distribution.
A numerical value, either in radians or in degrees.
The mean direction in radians or in degrees.
The concentration parameter, \(\kappa\).
If the data are in radians, this should be TRUE and FALSE otherwise.
Michail Tsagris.
R implementation and documentation: Michail Tsagris mtsagris@uoc.gr.
This value calculates the probability of x being less than theta and is used by group.gof.
group.gof
Arthur Pewsey, Markus Neuhauser, and Graeme D. Ruxton (2013). Circular Statistics in R.
group.gof, circ.summary, rvonmises
pvm(1, 2, 10, rads = TRUE) pvm(2, 2, 10, rads = TRUE)
Run the code above in your browser using DataLab