lol.sims.sim_gmm {lolR} | R Documentation |
GMM Simulate
Description
A helper function for simulating from Gaussian Mixture.
Usage
lol.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 lolR version 2.1 Index]