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

TwoOutcomeMeasurement

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 TwoOutcomeMeasurement where
  19  C₁ : ℝ  -- Recognition cost for outcome 1
  20  C₂ : ℝ  -- Recognition cost for outcome 2
  21  C₁_nonneg : 0 ≤ C₁
  22  C₂_nonneg : 0 ≤ C₂
  23
  24/-- Probability of outcome 1 -/

used by (6)

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

depends on (8)

Lean names referenced from this declaration's body.