apoorvalal / covariate_balancing_propensity_scores

CBPS via exponential tilting for ATE/ATT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CBPS via empirical loss minimization

Solves ATT analogue of the covariate-balancing propensity scores problem image

R implementation lightly edited version of implementation here (courtesy Wager/Svedrup)

Uses exponential tilting for exact balance by default, which is preferable in low dimensions. Regularization results in approximate balance in high dimensions.

Refs:

About

CBPS via exponential tilting for ATE/ATT


Languages

Language:Python 83.9%Language:R 16.1%