VonMises | R Documentation |
Density, distribution function, and random generation for the
von Mises distribution with location mu
, and precision kappa
.
dvon_mises(x, mu, kappa, log = FALSE)
pvon_mises(q, mu, kappa, lower.tail = TRUE, log.p = FALSE, acc = 1e-20)
rvon_mises(n, mu, kappa)
x , q |
Vector of quantiles between |
mu |
Vector of location values. |
kappa |
Vector of precision values. |
log |
Logical; If |
lower.tail |
Logical; If |
log.p |
Logical; If |
acc |
Accuracy of numerical approximations. |
n |
Number of draws to sample from the distribution. |
See vignette("brms_families")
for details
on the parameterization.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.