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
|`predict`|[`StatsAPI.predict`](https://turinglang.org/DynamicPPL.jl/stable/api/#Predicting)| Generate samples from posterior predictive distribution |
129
129
130
130
### Querying model probabilities and quantities
131
131
132
132
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.
|`returned`|[`DynamicPPL.returned`](@extref)| Calculate additional quantities defined in a model |
137
-
|`pointwise_loglikelihoods`|[`DynamicPPL.pointwise_loglikelihoods`](@extref)| Compute log likelihoods for each sample in a chain |
138
-
|`logprior`|[`DynamicPPL.logprior`](@extref)| Compute log prior probability |
139
-
|`logjoint`|[`DynamicPPL.logjoint`](@extref)| Compute log joint probability |
140
-
|`condition`|[`AbstractPPL.condition`](@extref)| Condition a model on data |
141
-
|`decondition`|[`AbstractPPL.decondition`](@extref)| Remove conditioning on data |
142
-
|`conditioned`|[`DynamicPPL.conditioned`](@extref)| Return the conditioned values of a model |
143
-
|`fix`|[`DynamicPPL.fix`](@extref)| Fix the value of a variable |
144
-
|`unfix`|[`DynamicPPL.unfix`](@extref)| Unfix the value of a variable |
145
-
|`OrderedDict`|[`OrderedCollections.OrderedDict`](https://juliacollections.github.io/OrderedCollections.jl/dev/ordered_containers/#OrderedDicts)| An ordered dictionary |
|`returned`|[`DynamicPPL.returned`](https://turinglang.org/DynamicPPL.jl/stable/api/#DynamicPPL.returned-Tuple{Model,%20NamedTuple})| Calculate additional quantities defined in a model|
137
+
|`pointwise_loglikelihoods`|[`DynamicPPL.pointwise_loglikelihoods`](@extref)| Compute log likelihoods for each sample in a chain|
|`condition`|[`AbstractPPL.condition`](@extref)| Condition a model on data|
141
+
|`decondition`|[`AbstractPPL.decondition`](@extref)| Remove conditioning on data|
142
+
|`conditioned`|[`DynamicPPL.conditioned`](@extref)| Return the conditioned values of a model|
143
+
|`fix`|[`DynamicPPL.fix`](@extref)| Fix the value of a variable|
144
+
|`unfix`|[`DynamicPPL.unfix`](@extref)| Unfix the value of a variable|
145
+
|`OrderedDict`|[`OrderedCollections.OrderedDict`](https://juliacollections.github.io/OrderedCollections.jl/dev/ordered_containers/#OrderedDicts)| An ordered dictionary|
0 commit comments