Skip to content

rcorradin/AFFINEpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AFFINEpack

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

Prerequisite and how to install

The AFFINEpack package is based on RcppArmadillo tools, the GitHub version is a source pack. To install the AFFINEpack 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 AFFINEpack package installing by the source code on GitHub:

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

Releases

No releases published

Packages

No packages published