causalis.scenarios.synthetic_control.refutation.diagnostic_plots

Module Contents

Functions

observed_vs_synthetic_plot

Plot observed treated path against augmented/SC synthetic paths.

gap_over_time_plot

Plot observed-minus-synthetic gap over time with intervention boundary.

Data

__all__

API

causalis.scenarios.synthetic_control.refutation.diagnostic_plots.observed_vs_synthetic_plot(estimate: causalis.data_contracts.panel_estimate.PanelEstimate, *, show_sc: bool = True, figsize: Tuple[float, float] = (10.0, 5.5), dpi: int = 220, font_scale: float = 1.1) matplotlib.pyplot.Figure

Plot observed treated path against augmented/SC synthetic paths.

causalis.scenarios.synthetic_control.refutation.diagnostic_plots.gap_over_time_plot(estimate: causalis.data_contracts.panel_estimate.PanelEstimate, *, show_sc: bool = True, figsize: Tuple[float, float] = (10.0, 5.5), dpi: int = 220, font_scale: float = 1.1) matplotlib.pyplot.Figure

Plot observed-minus-synthetic gap over time with intervention boundary.

causalis.scenarios.synthetic_control.refutation.diagnostic_plots.__all__

[‘observed_vs_synthetic_plot’, ‘gap_over_time_plot’]