An open API service indexing awesome lists of open source software.

https://github.com/alexiajm/bayestreeprior

R package for the simulation of the prior distribution of bayesian trees by Chipman et al. (1998).
https://github.com/alexiajm/bayestreeprior

bayesian-trees cart prior-distribution simulation tree

Last synced: 7 months ago
JSON representation

R package for the simulation of the prior distribution of bayesian trees by Chipman et al. (1998).

Awesome Lists containing this project

README

          

# BayesTreePrior

[![](http://cranlogs.r-pkg.org/badges/BayesTreePrior)](http://cran.rstudio.com/web/packages/BayesTreePrior/index.html)
[![](http://cranlogs.r-pkg.org/badges/grand-total/BayesTreePrior)](http://cran.rstudio.com/web/packages/BayesTreePrior/index.html)

**Description**

BayesTreePrior is a R package for the simulation of the prior distribution of bayesian trees by Chipman et al. (1998).
The prior distribution of the trees is highly dependent on the design matrix X, therefore using the suggested hyperparameters
by Chipman et al. (1998) is not recommended and could lead to unexpected prior distribution.
This work is part of my master thesis (http://www.archipel.uqam.ca/8973/).

My master thesis is in French and very long but the main findings are discussed on my website : https://ajolicoeur.wordpress.com/bayesiantrees/

**How to install**

To install the latest stable version, run in R :

* install.packages("BayesTreePrior")

To install the latest GitHub development version, run in R :

* install.packages("devtools")
* devtools::install_github("AlexiaJM/BayesTreePrior")