Skip to content

Commit

Permalink
Minor text fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm committed Jan 26, 2025
1 parent bbf1167 commit 75e0c5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions developers/transforms/bijectors/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -307,3 +307,5 @@ println("mean: $(mean(samples_questionable_untransformed))")
```

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.

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.
3 changes: 1 addition & 2 deletions developers/transforms/distributions/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -311,5 +311,4 @@ Hence $y_1$, which is the product of these two terms, ranges from $-\infty$ to $
So the image of $f$ is the entire real plane, and we don't have to worry about this.
:::


## Bijectors.jl
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 comments on commit 75e0c5b

Please sign in to comment.