You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/api.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,18 +128,18 @@ predict
128
128
129
129
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.
|`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|
|`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 |
0 commit comments