BasisResearch / chirho

An experimental language for causal reasoning
https://basisresearch.github.io/chirho/getting_started.html
Apache License 2.0
164 stars 10 forks source link

Update explainable_categorical.ipynb #547

Closed djinnome closed 3 weeks ago

djinnome commented 3 weeks ago

braces were missing around m' such that P(f_m') rendered incorrectly as $P(fm')$ which is equivalent to $P(F=0 | do(M=1))$ instead of `P(f{m'})` rendering as $P(f_{m'})$ which is equivalent to $P(F=1|do(M=0))$ as intended