Workflow
Workflow:
This workflow can be captured by four key verbs in DoWhy:
model - encodes prior knowledge as a formal causal graph
identify - uses graph-based methods to identify the causal effect
estimate - uses statistical methods for estimating the identified estimand
refute - tries to refute the obtained estimate by testing robustness to assumptions
Different estimation methods:
Regression: Linear Regression Method used
Stratification: Propensity Score used for Stratification
Matching: Propensity Score used for Matching
Weighting: Inverse Propensity Scoring technique used to assign weights to units
Vanilla Inverse Propensity Score weighting (IPS) (weighting_scheme=“ips_weight”)
Self-normalized IPS weighting (also known as the Hajek estimator) (weighting_scheme=“ips_normalized_weight”)
Stabilized IPS weighting (weighting_scheme = “ips_stabilized_weight”)
Instrumental Variable - Wald estimator used
Regression Discontinuity
Go to the Notebook for reference!!
Last updated