Measures the absolute difference between an estimated and the true average treatment effect: $$\epsilon_{ATE} = | \widehat{ATE} - ATE |$$ Requires the true ATE, so it is only usable with (semi-)synthetic benchmark data such as sodium or ihdp_train.
eps_ate(ate_true, ate_pred)True ATE (a single number).
Estimated ATE. Either a number or a "causalmlr_ate"
object as returned by ate_naive() and friends.
A single non-negative number.