Skip to content

Commit

Permalink
Churn 00_introduction.jmd
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Aug 5, 2023
1 parent a7f84bf commit d6ab143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/00-introduction/00_introduction.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ rand(coinflip(; N))
```

The model can be conditioned on some observations with `|`.
See the [documentation of the `condition` syntax](https://turinglang.github.io/DynamicPPL.jl/stable/api/#Condition-and-decondition) in DynamicPPL.jl for more details.
See the [documentation of the `condition` syntax](https://turinglang.github.io/DynamicPPL.jl/stable/api/#Condition-and-decondition) in `DynamicPPL.jl` for more details.
In the conditioned `model` the observations `y` are fixed to `data`.

```julia
Expand Down

0 comments on commit d6ab143

Please sign in to comment.