Var_alpha {BayesTreePrior} | R Documentation |
Variance of the number of bottom nodes in the unrealistic case where we assume that the number of variables and possible splits are infinite (therefore P(T) is not dependent on the design matrix X) and \beta=0
(Case #1).
Description
Variance of the number of bottom nodes in the unrealistic case where we assume that the number of variables and possible splits are infinite (therefore P(T) is not dependent on the design matrix X) and \beta=0
(Case #1).
Usage
Var_alpha(alpha)
Arguments
alpha |
base parameter of the tree prior, |
Value
Returns the variance of the number of bottom nodes.
References
Jolicoeur-Martineau, A. (Currently in revision, expected 2016) Etude d'une loi a priori pour les arbres binaires de regression (Study on the prior distribution of binary regression trees) (Master thesis). UQAM university.
See Also
Examples
Var_alpha(.30)
Var_alpha(.45)
Var_alpha(.499)
Var_alpha(.75)
[Package BayesTreePrior version 1.0.1 Index]