Skip to content

Commit 75e0c5b

Browse files
committed
Minor text fixes
1 parent bbf1167 commit 75e0c5b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

developers/transforms/bijectors/index.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,3 +307,5 @@ println("mean: $(mean(samples_questionable_untransformed))")
307307
```
308308

309309
You can see that even though we used ten times more samples, the mean is quite wrong, which implies that our samples are not being drawn from the correct distribution.
310+
311+
In the next page, we'll see how to use these transformations in the context of a probabilistic programming language, paying particular attention to their handling in DynamicPPL.

developers/transforms/distributions/index.qmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,5 +311,4 @@ Hence $y_1$, which is the product of these two terms, ranges from $-\infty$ to $
311311
So the image of $f$ is the entire real plane, and we don't have to worry about this.
312312
:::
313313

314-
315-
## Bijectors.jl
314+
Having seen the theory that underpins how distributions can be transformed, let's now turn to how this is implemented in the Turing ecosystem.

0 commit comments

Comments
 (0)