lol.sims.sim_gmm: GMM Simulate

Description Usage Arguments Value Author(s)

View source: R/simulations.R

Description

A helper function for simulating from Gaussian Mixture.

Usage

1
lol.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.

n

the number of examples.

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.

Author(s)

Eric Bridgeford


lolR documentation built on July 8, 2020, 7:35 p.m.