NPflowNPflow is a package for performingBayesianestimation of Dirichlet process mixtures of multivariate skew
The main function of the package isDPMpost().
The method implemented in this package is detailed in the followingarticle:
Hejblum BP, Alkhassim C, Gottardo R, Caron F and Thiebaut R (2019).Sequential Dirichlet Process Mixtures of Multivariate Skewt-distributions for Model-based Clustering of Flow Cytometry Data.The Annals of Applied Statistics,13(1):638-660.<doi:10.1214/18-AOAS1209><arXiv:1702.04407>
The easiest way to getNPflow is to install it fromCRAN:
install.packages("NPflow")Or to get the development version fromGitHub:
#install.packages("devtools")devtools::install_github("sistm/NPflow",ref="CRANrelease")– Boris Hejblum