mus: (stacked) matrix of mean vectors (>1-d) or vector of means (1-d)
Sigmas: (stacked) matrix of variance matrices (>1-d)
sigmas: vector of standard deviations (1-d)
props: vector of mixing proportions
mixt.label: flag to output numeric label indicating mixture component. Default is FALSE.
verbose: flag to print out progress information. Default is FALSE.
dfs: vector of degrees of freedom
Returns
Normal and t-mixture random vectors and density values.
Details
rmvnorm.mixt and dmvnorm.mixt are based on the rmvnorm and dmvnorm functions from the mvtnorm
package. Likewise for rmvt.mixt and dmvt.mixt.
For the normal mixture densities, mvnorm.mixt.mode computes the local modes: these are usually very close but not exactly equal to the component means.