Causal Inference¶
Infer the effect of changing X on Y from data by fixing a causal estimand and defending an identification design or assumption that separates that effect from noncausal association, then quantify its uncertainty and scope.
Core Idea¶
Causal inference is the disciplined practice of learning the effect of changing a treatment, exposure, action, or variable on an outcome from necessarily incomplete data. It begins by defining a causal estimand: a contrast between outcomes under alternative treatment or intervention states for a named population. Because no unit or system is normally observed in every alternative state, the observed association does not by itself identify that contrast. The analyst must therefore state and defend an identification design or assumption—random assignment, conditional exchangeability, a valid instrument, continuity at a cutoff, parallel trends, or another explicit warrant—before an estimator can translate the observed data into a causal claim.
The abstraction is a specialized form of Statistical Inference: it still moves from finite, noisy observations to an uncertain conclusion, but fixes the target to a causal effect and adds an identification burden that ordinary estimation or prediction does not carry. It presupposes Counterfactuals because the target effect is defined by outcomes under alternative states, only some of which are observed. It does not receive a separate direct Causality edge because Counterfactuals already strictly presupposes Causality in the live topology.
Scope of Application¶
The same methodological substrate appears across economics, epidemiology, medicine, political science, education, psychology, and digital experimentation. The particular treatments, outcomes, and identifying institutions change, while the sequence—estimand, identification warrant, estimator, diagnostics, uncertainty, and scope—remains intact.
Clarity¶
The decisive question is not whether a model contains causal language, but what makes its observed contrast equal the named causal estimand. A credible causal inference makes that bridge inspectable. If the bridge is only correlation, predictive accuracy, temporal order, or an unsupported story, the result is not causal inference.
Examples¶
- A randomized trial identifies an average treatment effect because assignment makes the treatment groups exchangeable in expectation.
- An observational study adjusts for a defended sufficient set of pre-treatment covariates under selection on observables.
- A regression discontinuity design compares units near a threshold under a continuity assumption.
- An instrumental-variable analysis uses relevant, exogenous variation subject to an exclusion restriction and scopes the result to the margin the instrument moves.
Relationships to Other Abstractions¶
Current abstraction Causal Inference Domain-specific
Parents (2) — more general patterns this builds on
-
Causal Inference is a kind of Statistical Inference Prime
Causal Inference is Statistical Inference specialized to intervention or counterfactual effects whose recovery requires an explicit identification warrant.
-
Causal Inference presupposes Counterfactuals Prime
Causal Inference presupposes outcomes under alternative treatment states because their contrast defines the effect it seeks to identify.
Children (4) — more specific cases that build on this
-
Instrumental variable Domain-specific is a kind of Causal Inference
Instrumental Variables are Causal Inference specialized to identification by relevant, exogenous variation reaching the outcome only through treatment.
-
Natural Experiment Domain-specific is a kind of Causal Inference
A Natural Experiment is Causal Inference specialized to found as-if-random assignment, a substantively defended identifying process, and a local effect.
-
Internal validity Domain-specific presupposes Causal Inference
Internal Validity presupposes a Causal Inference whose in-setting warrant it audits against confounding, selection, history, attrition, and other threats.
-
Selection on Observables Domain-specific presupposes Causal Inference
Selection on Observables presupposes the Causal Inference activity whose observational treatment-effect conclusion depends on conditional exchangeability.
Hierarchy paths (6) — routes to 6 parentless roots
- Causal Inference → Statistical Inference → Inductive Reasoning
- Causal Inference → Counterfactuals → Modal Reasoning
- Causal Inference → Statistical Inference → Uncertainty
- Causal Inference → Counterfactuals → Causality → Dependency
- Causal Inference → Statistical Inference → Probability → Measure → Set and Membership
- Causal Inference → Statistical Inference → Probability → Measure → Aggregation → Micro Macro Linkage
Not to Be Confused With¶
- Statistical Inference: broader; its target may be descriptive, predictive, or associational.
- Causality: the productive asymmetric relation in the world, not the practice used to learn about it from data.
- Counterfactuals: the alternative-state structure defining the target, not the complete identification-and-estimation enterprise.
- Intervention: one way to define or manufacture a causal contrast; observational causal inference need not perform a literal intervention.
- Identifiability: a property of whether a target is uniquely recoverable under a model and evidence; causal inference can also report bounds, sensitivity, or non-identification.
References¶
- Hernán, M. A., & Robins, J. M. (2024). Causal Inference: What If. Chapman & Hall/CRC.
- Imbens, G. W., & Rubin, D. B. (2015). Causal Inference for Statistics, Social, and Biomedical Sciences. Cambridge University Press.
- Pearl, J. (2009). Causality: Models, Reasoning, and Inference (2nd ed.). Cambridge University Press.
Notes¶
(New domain genus; queued for Claude style harmonization, FACT-anchor treatment, and independent citation verification.)