movMF_convert: Convert 'movMF' object
Description
Given an output from the movMF package's movMF function,
convert them into the standard mixture parameter format.
Usage
movMF_convert(movMF_object)
Value
a named list containing
- means
a \((K \times d)\) matrix of means
- concentrations
a \(K\) vector of concentrations
- weights
a \(K\) vector of weights
Arguments
- movMF_object
a movMF object of \(K\) components in \(d\) dimensions.