Skip to content
Submodule
causalis.scenarios.unconfoundedness.refutation.score.influence_plot

influence_plot

Submodule causalis.scenarios.unconfoundedness.refutation.score.influence_plot with no child pages and 2 documented members.

Functions

Jump directly into the documented functions for this page.

1 items

Data

Jump directly into the documented data for this page.

1 items
function
causalis.scenarios.unconfoundedness.refutation.score.influence_plot.plot_influence_instability

plot_influence_instability

Plot only the most influential score contributions.

Panels

  1. Ranked bar chart of the top k observations by |psi_i|.

  2. Scatter of those top k observations versus clipped propensity m_i.

This replacement intentionally avoids plotting every observation. Use run_score_diagnostics(... )["summary"] for global tail metrics and this plot for a lightweight drill-down into the largest contributors.

Notes

The figure ranks observations by ψ^i|\hat\psi_i|, where ψ^i\hat\psi_i is the fitted score contribution. Large values indicate observations with unusually strong leverage on the final estimate. If many top points sit near propensity clipping boundaries, that is usually a sign to inspect overlap and nuisance fit quality together.

Examples

Canonical target

causalis.scenarios.unconfoundedness.refutation.score.influence_plot.plot_influence_instability

Sections

PanelsNotesExamples
Link to this symbol
data
causalis.scenarios.unconfoundedness.refutation.score.influence_plot.__all__

__all__

Value: ['plot_influence_instability']

[‘plot_influence_instability’]

Canonical target

causalis.scenarios.unconfoundedness.refutation.score.influence_plot.__all__

Link to this symbol