We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6fb962 commit 360c8b0Copy full SHA for 360c8b0
docs/src/ref/gfi.md
@@ -267,12 +267,12 @@ Also, `discard` will be:
267
│
268
└── :c : false
269
```
270
-If `:d` is assigned to 0.1, then the weight (`w`) is computed as:
+If the former case occurs and `:d` is assigned to `true`, then the weight (`w`) is computed as:
271
```math
272
p(t'; x) = 0.7 × 0.4 × 0.4 × 0.7 = 0.0784\\
273
p(t; x') = 0.7 × 0.6 × 0.1 × 0.7 = 0.0294\\
274
q(t'; x', t + u) = 0.1\\
275
-u = \log p(t'; x')/(p(t; x) q(t'; x', t + u)) = \log 0.0294/(0.0784 \cdot 0.1) = \log (3.75)
+w = \log p(t'; x')/(p(t; x) q(t'; x', t + u)) = \log 0.0294/(0.0784 \cdot 0.1) = \log (3.75)
276
277
278
0 commit comments