File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
175159One can include models and call another model inside the model function with ` left ~ to_submodel(model) ` .
You can’t perform that action at this time.
0 commit comments