mle.vonmisesmix: Mixed von Mises Maximum Likelihood Estimates
Description
Computes the maximum likelihood estimates for the parameters of a mixed
von Mises distribution: the mean directions, the concentration parameters,
and the proportions of the distributions. The code is a simplified version of
movMF::movMF() with the added
feature of optionally fixed mean directions Hornik2014cylcop.
Usage
mle.vonmisesmix(theta, mu = NULL, ncomp = 2)
Value
A list containing the optimized parameters mu, kappa,
and prop.
(optional) numericvector of length ncomp
holding the mean directions (angles). If not specified
the mean directions are estimated.
ncomp
positive integer specifying the number of components
of the mixture model.
Details
The function complements the 'circular' package, which
provides functions to make maximum likelihood estimates of e.g. von Mises
(circular::mle.vonmises()), or wrapped Cauchy distributions
(circular::mle.wrappedcauchy())