rmmix: Random multivariate FM-SMSN generator

Description Usage Arguments Author(s) See Also Examples

View source: R/gen.R

Description

Random generator of multivariate FM-SMSN distributions.

Usage

1
rmmix(n, pii, family, arg, cluster=FALSE)

Arguments

n

number of observations

pii

a vector of weights for the mixture (dimension of the number g of clusters). Must sum to one!

family

distribution family to be used in fitting ("t", "Skew.t", "Skew.cn", "Skew.slash", "Skew.normal", "Normal")

arg

a list of g lists with each list containing the necessary parameters of the selected family

cluster

TRUE or FALSE if the true observations clusters must be returned.

Author(s)

Marcos Prates marcosop@est.ufmg.br, Victor Lachos hlachos@ime.unicamp.br and Celso Cabral celsoromulo@gmail.com

See Also

smsn.mmix

Examples

1
 ## see \code{\link{smsn.mmix}}

mixsmsn documentation built on Oct. 6, 2021, 5:10 p.m.

Related to rmmix in mixsmsn...