I understand that Imbens has several papers on IPW, but was wondering if there was a default text one would recommend to understand IPW. For example, where does the estimator:
$$ \tau = \frac{1}{N^T}\sum_{i=1}^N \frac{W_iY_i}{e_i(X_i)} - \frac{1}{N^C}\sum_{i=1}^N \frac{(1-W_i)Y_i}{1-e_i(X_i)} $$
come from?
Specifically, it appears that normally an estimator will $\frac{1}{N}$ on the outside of both sums instead of what I have above as $\frac{1}{N^T}$ and $\frac{1}{N^C}$. If I replaced $\frac{1}{N^T}$ and $\frac{1}{N^C}$ with $\frac{1}{N}$, is it estimating something else?