powered by
Returns a perturbed model of given GMM
perturbgmm(model = NULL)
: The base Gaussian Mixture Model
perturbedModel : Perturbed model with added noise to the supplied GMM
# NOT RUN { #Add noise to default 1-d gaussian mixture model model <- gmm() noisymodel <- perturbgmm(model) # }
Run the code above in your browser using DataLab