Description Usage Arguments Value Examples
Returns a perturbed model of given GMM
| 1 | perturbgmm(model = NULL)
 | 
| model | : The base Gaussian Mixture Model | 
perturbedModel : Perturbed model with added noise to the supplied GMM
| 1 2 3 | #Add noise to default 1-d gaussian mixture model
model <- gmm()
noisymodel <- perturbgmm(model)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.