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)
22def evidence (prior : ProbDist ι) (L : Likelihood ι Obs) (o : Obs) : ℝ :=
proof body
Definition body.
23 ∑ i, prior.prob i * L.like o i
24
used by (12)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (6)
Lean names referenced from this declaration's body.
-
prob
in IndisputableMonolith.Decision.StPetersburg
decl_use
-
ProbDist
in IndisputableMonolith.Information.ShannonEntropy
decl_use
-
L
in IndisputableMonolith.Recognition
decl_use
-
L
in IndisputableMonolith.Recognition.Cycle3
decl_use
-
Likelihood
in IndisputableMonolith.Statistics.BayesianFilteringFromVFE
decl_use
-
ProbDist
in IndisputableMonolith.Statistics.VariationalFreeEnergyFromRCL
decl_use