Skip to content

Commit 6a78a84

Browse files
dppl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dd547aa commit 6a78a84

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/src/api.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -128,18 +128,18 @@ predict
128128

129129
Please see the [generated quantities](https://turinglang.org/docs/tutorials/usage-generated-quantities/) and [probability interface](https://turinglang.org/docs/tutorials/usage-probability-interface/) guides for more information.
130130

131-
| Exported symbol | Documentation | Description |
132-
| :-------------------------- | :--------------------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------- |
133-
| `returned` | [`DynamicPPL.returned`](@extref) | Calculate additional quantities defined in a model |
134-
| `pointwise_loglikelihoods` | [`DynamicPPL.pointwise_loglikelihoods`](@extref) | Compute log likelihoods for each sample in a chain |
135-
| `logprior` | [`DynamicPPL.logprior`](@extref) | Compute log prior probability |
136-
| `logjoint` | [`DynamicPPL.logjoint`](@extref) | Compute log joint probability |
137-
| `condition` | [`AbstractPPL.condition`](@extref) | Condition a model on data |
138-
| `decondition` | [`AbstractPPL.decondition`](@extref) | Remove conditioning on data |
139-
| `conditioned` | [`DynamicPPL.conditioned`](@extref) | Return the conditioned values of a model |
140-
| `fix` | [`DynamicPPL.fix`](@extref) | Fix the value of a variable |
141-
| `unfix` | [`DynamicPPL.unfix`](@extref) | Unfix the value of a variable |
142-
| `OrderedDict` | [`OrderedCollections.OrderedDict`](https://juliacollections.github.io/OrderedCollections.jl/dev/ordered_containers/#OrderedDicts) | An ordered dictionary |
131+
| Exported symbol | Documentation | Description |
132+
|:-------------------------- |:--------------------------------------------------------------------------------------------------------------------------------- |:-------------------------------------------------- |
133+
| `returned` | [`DynamicPPL.returned`](@extref) | Calculate additional quantities defined in a model |
134+
| `pointwise_loglikelihoods` | [`DynamicPPL.pointwise_loglikelihoods`](@extref) | Compute log likelihoods for each sample in a chain |
135+
| `logprior` | [`DynamicPPL.logprior`](@extref) | Compute log prior probability |
136+
| `logjoint` | [`DynamicPPL.logjoint`](@extref) | Compute log joint probability |
137+
| `condition` | [`AbstractPPL.condition`](@extref) | Condition a model on data |
138+
| `decondition` | [`AbstractPPL.decondition`](@extref) | Remove conditioning on data |
139+
| `conditioned` | [`DynamicPPL.conditioned`](@extref) | Return the conditioned values of a model |
140+
| `fix` | [`DynamicPPL.fix`](@extref) | Fix the value of a variable |
141+
| `unfix` | [`DynamicPPL.unfix`](@extref) | Unfix the value of a variable |
142+
| `OrderedDict` | [`OrderedCollections.OrderedDict`](https://juliacollections.github.io/OrderedCollections.jl/dev/ordered_containers/#OrderedDicts) | An ordered dictionary |
143143

144144
### Extra re-exports from Bijectors
145145

0 commit comments

Comments
 (0)