movMF_info {maotai} | R Documentation |
Extract meaningful information from the von Mises-Fisher mixture model
Description
Given a mixture of von Mises-Fisher distributions, this function computes several related quantities of the data on the unit hypersphere with respect to the specified model.
Usage
movMF_info(data, means, concentrations, weights)
Arguments
data |
an |
means |
an |
concentrations |
a vector of length |
weights |
a vector of length |
Value
a named list containing
- densities
a vector of length
n
of the densities of the data points.- clustering
a vector of length
n
of the hard clustering results.- loglkd
the log-likelihood of the data.
- AIC
the Akaike information criterion.
- BIC
the Bayesian information criterion.
[Package maotai version 0.2.6 Index]