rbartpackages.BART3.PredictBinary

class rbartpackages.BART3.PredictBinary[source]

Type of mc_gbart.predict’s return value for binary (‘pbart’/’lbart’) fits.

yhat_test: Float64[ndarray, 'ndpost m']

Posterior latent-function draws at the test points.

prob_test: Float64[ndarray, 'ndpost m']

Success-probability draws (inverse probit/logit transform of yhat_test).

prob_test_mean: Float64[ndarray, 'm']

Posterior mean of prob_test.

prob_test_lower: Float64[ndarray, 'm']

Lower probs quantile of prob_test (default 2.5%).

prob_test_upper: Float64[ndarray, 'm']

Upper probs quantile of prob_test (default 97.5%).

binaryOffset: float

Data centering value on the latent scale.