You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ananke has several classes of estimation algorithms, depending on how "challenging" the graph is (different subclasses of acyclic directed mixed graphs (ADMGs))
Step 1 would be to wrap these, step 2 is to re-implement (if necessary)
A-fixable and MB-shielded:
Inverse probability weighting (IPW)
Outcome regression
Generalized AIPW
Efficient Generalized AIPW
P-fixable and MB-shielded:
Primal IPW (p-ipw)
Dual IPW (d-ipw)
APIPW (apipw)
Efficient APIPW (eff-apipw)
The text was updated successfully, but these errors were encountered:
Ananke has several classes of estimation algorithms, depending on how "challenging" the graph is (different subclasses of acyclic directed mixed graphs (ADMGs))
Step 1 would be to wrap these, step 2 is to re-implement (if necessary)
The text was updated successfully, but these errors were encountered: