E_alpha: Expected value of the number of bottom nodes in the...

Description Usage Arguments Value References See Also Examples

Description

Expected value 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 β=0 (Case #1).

Usage

1
E_alpha(alpha)

Arguments

alpha

base parameter of the tree prior, alpha \in [0,1).

Value

Returns the expected value 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

Var_alpha

Examples

1
2
3
4
E_alpha(.30)
E_alpha(.45)
E_alpha(.499)
E_alpha(.75)

BayesTreePrior documentation built on May 2, 2019, 4:18 a.m.