Description
Geometric Density Estimation.
Description
Provides the hybrid Bayesian method Geometric Density Estimation. On the one hand, it scales the dimension of our data, on the other it performs inference. The method is fully described in the paper "Scalable Geometric Density Estimation" by Y. Wang, A. Canale, D. Dunson (2016) <http://proceedings.mlr.press/v51/wang16e.pdf>.
README.md
RGeode: Installation
To install RGeode run te following command in R:
install.packages("devtools")
library(devtools)
install_github("LorenzoRimella/RGeode")