InversePropensityWeighting.plot#
- InversePropensityWeighting.plot(*, show=True, legend_kwargs=None)[source]#
Plot the results.
Notes
Inverse propensity weighting does not expose a unified
plot()view; instead, use the dedicated diagnosticsplot_ate()(treatment-effect distribution) andplot_balance_ecdf()(covariate-balance ECDF). This stub exists so every experiment subclass offers an explicit, kwarg-onlyplot()signature (issue #886).- Parameters:
- Raises:
NotImplementedError – Always; call
plot_ate()orplot_balance_ecdf()instead.- Return type:
None