Skip to content

Commit b0b3d3c

Browse files
committed
fix docs
1 parent 7ddd8ad commit b0b3d3c

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

docs/src/api.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -154,22 +154,6 @@ When using `predict` with `MCMCChains.Chains`, you can control which variables a
154154
- `include_all=false` (default): Include only newly predicted variables
155155
- `include_all=true`: Include both parameters from the original chain and predicted variables
156156

157-
## Marginalisation
158-
159-
DynamicPPL provides the `marginalize` function to marginalise out variables from a model.
160-
This requires `MarginalLogDensities.jl` to be loaded in your environment.
161-
162-
```@docs
163-
marginalize
164-
```
165-
166-
A `MarginalLogDensity` object acts as a function which maps non-marginalised parameter values to a marginal log-probability.
167-
To retrieve a VarInfo object from it, you can use:
168-
169-
```@docs
170-
VarInfo(::MarginalLogDensities.MarginalLogDensity{<:DPPLMLDExt.LogDensityFunctionWrapper}, ::Union{AbstractVector,Nothing})
171-
```
172-
173157
## Models within models
174158

175159
One can include models and call another model inside the model function with `left ~ to_submodel(model)`.

0 commit comments

Comments
 (0)