Skip to content

ecohealthalliance/mclustAddonsEHA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mclustAddonsEHA: A fork of CRAN mclustAddons with modifications required at EcoHealth Alliance

  • Renamed to avoid compatibility issues

  • Changes will be offered upstream to mclust and mclustAddons

  • Install from

    install.packages('mclustAddonsEHA', repos = c('https://ecohealthalliance.r-universe.dev', getOptions('repos')))

  • Key features:

    • Incorporation of priors into densityMclustBounded

mclustAddons

CRAN_Status_Badge CRAN_MonthlyDownloads

An R package extending the functionality of the mclust package (Scrucca et al. 2016) by including:

  • density estimation for data with bounded support using a transform-based approach to Gaussian mixture density estimation (Scrucca, 2019);

  • modal clustering using modal EM algorithm for Gaussian mixtures (Scrucca, 2021);

  • entropy estimation via Gaussian mixture modeling (Robin & Scrucca, 2023).

Installation

You can install the released version of mclustAddons from CRAN using:

install.packages("mclustAddons")

Usage

For an introduction to the main functions and several examples see the vignette A quick tour of mclustAddons, which is available as

vignette("mclustAddons")

The vignette is also available in the Vignette section on the navigation bar on top of the package's web page.



References

Scrucca L., Fop M., Murphy T. B. and Raftery A. E. (2016) mclust 5: clustering, classification and density estimation using Gaussian finite mixture models, The R Journal, 8/1, 205-233. https://doi.org/10.32614/RJ-2016-021

Scrucca L. (2019) A transformation-based approach to Gaussian mixture density estimation for bounded data, Biometrical Journal, 61:4, 873–888. https://doi.org/10.1002/bimj.201800174

Scrucca L. (2021) A fast and efficient Modal EM algorithm for Gaussian mixtures. Statistical Analysis and Data Mining, 14:4, 305–314. https://doi.org/10.1002/sam.11527

Robin S. and Scrucca L. (2023) Mixture-based estimation of entropy. Computational Statistics & Data Analysis, 177, 107582. https://doi.org/10.1016/j.csda.2022.107582

About

A customized fork of mclustAddons

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 80.5%
  • C++ 17.0%
  • C 2.5%