Description Usage Arguments Value Examples
Get maximum likelihood estimates for the von Mises distribution based on aoristic data.
1 | aoristic_vm_mle(d, kp_max = 100, ...)
|
d |
Data frame with columns |
kp_max |
Maximum value of |
... |
Additional arguments for the |
Numeric vector of length two; estimates for mean direction mu
and concentration parameter kp
, respectively.
1 2 | dat <- generateAoristicData(n = 200)
aoristic_vm_mle(dat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.