Estimates the Individual Treatment Effect using Bayesian Additive Regression Trees given a response vector, a treatment vector, and a features matrix.
estimate_ite_bart(y, z, X, learner_ps)A list of ITE estimates.
An observed response vector.
A treatment vector.
A features matrix.
Method for the estimation of the propensity score.