We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d144b commit 33e6709Copy full SHA for 33e6709
src/contexts.jl
@@ -26,7 +26,7 @@ PriorContext() = PriorContext(nothing)
26
vars::Tvars
27
end
28
29
-The `LikelihoodContext` enables the computation of the log likelihood of the data when
+The `LikelihoodContext` enables the computation of the log likelihood of the parameters when
30
running the model. `vars` can be used to evaluate the log likelihood for specific values
31
of the model's parameters. If `vars` is `nothing`, the parameter values inside the `VarInfo` will be used by default.
32
"""
0 commit comments