There was an error while loading. Please reload this page.
1 parent 0d09f2f commit b343dcfCopy full SHA for b343dcf
solutions/conditioning.md
@@ -183,7 +183,7 @@ Conditioning on a causally downstream variable can inform us about what the valu
183
// original
184
display("original");
185
viz.table(Infer({method: "enumerate"}, function() {
186
- var lungCancer = flip(0.1);
+ var lungCancer = flip(0.01);
187
var cold = flip(0.2);
188
var cough = (
189
(cold && flip(0.5)) ||
@@ -204,7 +204,7 @@ viz.table(Infer({method: "enumerate"}, function() {
204
// conditioning
205
display("conditioning");
206
207
208
209
210
0 commit comments