mle.vonmises(x, mu, kappa, bias=FALSE)
## S3 method for class 'mle.vonmises':
print(x,
digits = max(3, getOption("digits") - 3), ...)
circular
.TRUE
, the estimate for kappa is
computed with a bias corrected method. Default is FALSE
,
i.e. no bias correction.Best, D. and Fisher N. (1981). The bias of the maximum likelihood estimators of the von Mises-Fisher concentration parameters. Communications in Statistics - Simulation and Computation, B10(5), 493-502.
mean.circular
and mle.vonmises.bootstrap.ci
x <- rvonmises(n=50, mu=0, kappa=5)
mle.vonmises(x) # estimation of mu and kappa
mle.vonmises(x, mu=0) # estimation of kappa only
Run the code above in your browser using DataLab