gmm-gendata {stochmod} | R Documentation |
Generate data from a provided model.
GMM.genData( N, gmm )
N |
Number of samples to generate |
gmm |
The model of dimensionality p |
Mixture coefficients are used to decide which component each datapoint is generated from. Component mean and covariance matrix is then employed to generate the actual sample.
[N x p] matrix of generated data samples
Artem Sokolov Artem.Sokolov@gmail.com