Description Usage Arguments Value
Simulate Random Samples from Multivariate Gaussian Mixture Model
1 | simMultiGauss(n, mix_prop, mus, covs, perc_out)
|
n |
Number of random samples to simulate |
mix_prop |
k-dimensional Vector of mixing proportions (to be normalized) |
mus |
(d x k) Matrix of mean parameters |
covs |
(d x d x k) Multi-way array of covariance parameters |
perc_out |
Percent (%) of random samples that will be outliers |
A list containing the following values * x : A matrix of simulated random samples from multi-dimensional Gaussian mixtures * z : A vector of hidden variables indicating the source components
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.