mgc.sims.sim_gmm: GMM Simulate
Description
A helper function for simulating from Gaussian Mixture.
Usage
mgc.sims.sim_gmm(mus, Sigmas, n, priors)
Arguments
mus
[d, K] the mus for each class.
Sigmas
[d,d,K] the Sigmas for each class.
priors
K the priors for each class.
Value
A list with the following:
X[n, d] the simulated data.
Y[n] the labels for each data point.
priors[K] the priors for each class.