dvm_rcpp {moveHMM} | R Documentation |
Von Mises density function
Description
Probability density function of the Von Mises distribution, defined as a function of the modified Bessel function of order 0 (written in C++)
Usage
dvm_rcpp(x, mu, kappa)
Arguments
x |
Vector of quantiles |
mu |
Mean |
kappa |
Concentration |
Value
Vector of densities
[Package moveHMM version 1.9 Index]