est.kappa | R Documentation |
Computes the maximum likelihood estimate of \kappa
, the concentration
parameter of a von Mises distribution, given a set of angular measurements.
est.kappa(x, w = NULL, bias = FALSE, axial = TRUE)
x |
numeric. angles in degrees |
w |
numeric. weightings |
bias |
logical parameter determining whether a bias correction is used
in the computation of the MLE. Default for bias is |
axial |
logical. Whether the data are axial, i.e. pi-periodical
( |
numeric.
set.seed(123)
est.kappa(rvm(100, 90, 10), w = 1 / runif(100, 0, 10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.