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).
- Host: GitHub
- URL: https://github.com/alexiajm/bayestreeprior
- Owner: AlexiaJM
- License: gpl-3.0
- Created: 2016-04-15T21:58:59.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-10T18:10:37.000Z (about 9 years ago)
- Last Synced: 2025-03-24T11:21:20.369Z (about 1 year ago)
- Topics: bayesian-trees, cart, prior-distribution, simulation, tree
- Language: R
- Homepage:
- Size: 34.2 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BayesTreePrior
[](http://cran.rstudio.com/web/packages/BayesTreePrior/index.html)
[](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")