Learn R Programming

rbart (version 1.0)

Bayesian Trees for Conditional Mean and Variance

Description

A model of the form Y = f(x) + s(x) Z is fit where functions f and s are modeled with ensembles of trees and Z is standard normal. This model is developed in the paper 'Heteroscedastic BART Via Multiplicative Regression Trees' (Pratola, Chipman, George, and McCulloch, 2019, ). BART refers to Bayesian Additive Regression Trees. See the R-package 'BART'. The predictor vector x may be high dimensional. A Markov Chain Monte Carlo (MCMC) algorithm provides Bayesian posterior uncertainty for both f and s. The MCMC uses the recent innovations in Efficient Metropolis--Hastings proposal mechanisms for Bayesian regression tree models (Pratola, 2015, Bayesian Analysis, ).

Copy Link

Version

Install

install.packages('rbart')

Version

1.0

License

GPL (>= 2)

Last Published

August 1st, 2019

Functions in rbart (1.0)

plotFunctionDraws

Plot matrix of function draws evaluated on a set of x
rbartonsimd

rbart run on simulated data
rbartModelMatrix

Model Matrix for BART
hbartqqplot

Predictive qqplot for heterbart
simdat

Simulated Example
ucarprice

Used Car Prices
predict.rbart

Drawing Posterior Predictive Realizations for rbart models.
rbart

Fitting Bayesian Regression Tree models supported by rbart.