perturbgmm: Returns a perturbed model of given GMM

Description Usage Arguments Value Examples

View source: R/gmm.R

Description

Returns a perturbed model of given GMM

Usage

1
perturbgmm(model = NULL)

Arguments

model

: The base Gaussian Mixture Model

Value

perturbedModel : Perturbed model with added noise to the supplied GMM

Examples

1
2
3
#Add noise to default 1-d gaussian mixture model
model <- gmm()
noisymodel <- perturbgmm(model)

MinHyung-Kang/KSD documentation built on Jan. 23, 2021, 3:45 p.m.