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 a64af27 commit 670d0baCopy full SHA for 670d0ba
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