pith. machine review for the scientific record. sign in
structure definition def or abbrev

Likelihood

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

  18structure Likelihood (ι Obs : Type*) where
  19  like : Obs → ι → ℝ
  20  like_pos : ∀ o i, 0 < like o i
  21

used by (9)

From the project-wide theorem graph. These declarations reference this one in their body.