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 e7f2892 commit ca4bf50Copy full SHA for ca4bf50
src/combinators/likelihood.jl
@@ -16,6 +16,7 @@ Base.:∘(::typeof(log), lik::AbstractLikelihood) = logdensityof(lik)
16
# insupport(ℓ::AbstractLikelihood, p) = insupport(ℓ.k(p), ℓ.x)
17
18
@doc raw"""
19
+ Likelihood(k::Base.Callable, x)
20
Likelihood(k::AbstractTransitionKernel, x)
21
22
"Observe" a value `x`, yielding a function from the parameters to ℝ.
0 commit comments