Is your feature request related to a problem? Please describe.
Currently I use the plug-in AIPW. This can have subpar performance with extreme weights due to it being unbounded. The AIPW implementation via weighted regression avoids this.
This is an easy option to add for ee_aipw
Describe the solution you'd like
Add optional argument to decide which AIPW estimator to apply
Is your feature request related to a problem? Please describe.
Currently I use the plug-in AIPW. This can have subpar performance with extreme weights due to it being unbounded. The AIPW implementation via weighted regression avoids this.
This is an easy option to add for ee_aipw
Describe the solution you'd like
Add optional argument to decide which AIPW estimator to apply
Describe alternatives you've considered
Ignore
Additional context
None