exportPattern("^[[:alpha:]]+")
exportMethods(
    "plot",
    "show",
    "simulate" 
)
exportClasses(
    "normalMixtureModel" 
)


useDynLib(pGME)


export(createNormalMixtureModel)
export(gaussianMixtureMLE)
export(logliDerivatives)
export(mat2vec)
export(maxAposteriori)
export(plotComponents)