p_split {BayesTreePrior} | R Documentation |
Probability of split of the tree prior.
p_split(alpha, beta, depth = 0)
alpha |
base parameter of the tree prior, α \in [0,1). |
beta |
power parameter of the tree prior, β ≥q 0. |
depth |
depth of the current node, depth ≥q 0. |
Returns the probability of split.
Chipman, H. A., George, E. I. et McCulloch, R. E. (1998). Bayesian CART model search. Journal of the American Statistical Association, 93(443), 935-948.
p_split(.95,.5) p_split(.95,.5,1) p_split(.95,.5,2)