The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

BNPmix

An efficient C++ based package to model density distributions via Bayesian nonparametric methods in R.

Prerequisite and how to install

The BNPmix package is based on RcppArmadillo tools, the GitHub version is a source pack. To install the BNPmix package, if it is not present, it is necessary to install previously the ‘devtools’ package:

install.packages('devtools')

Finally, it is possible to get the BNPmix package installing by the source code on GitHub:

library(devtools)
install_github("rcorradin/BNPmix")

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.