movMF_convert {maotai} | R Documentation |
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)
Arguments
movMF_object |
a movMF object of |
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
[Package maotai version 0.2.6 Index]