matheusfacure / python-causality-handbook

Causal Inference for the Brave and True. A light-hearted yet rigorous approach to learning about impact estimation and causality.
https://matheusfacure.github.io/python-causality-handbook/landing-page.html
MIT License
2.61k stars 456 forks source link

Chapter 20: Unconfoundedness notation #310

Closed TDebono closed 1 year ago

TDebono commented 1 year ago

I'm unsure about a specific expression for unconfoundedness assumption in Chapter 20/Target Transformation. In the 4th (or 5th, depending on how you count) paragraph, this assumption is expressed as:

T || Y(1), Y(1)

Should this not be:

T || Y(1), Y(0)
matheusfacure commented 1 year ago

You are right. It was a typo. Thanks!