mgc.sims.sim_gmm {mgc} | R Documentation |
GMM Simulate
Description
A helper function for simulating from Gaussian Mixture.
Usage
mgc.sims.sim_gmm(mus, Sigmas, n, priors)
Arguments
mus |
|
Sigmas |
|
n |
the number of examples. |
priors |
|
Value
A list with the following:
X |
|
Y |
|
priors |
|
Author(s)
Eric Bridgeford
[Package mgc version 2.0.2 Index]