def
definition
cert
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Statistics.BayesianUpdateFromJCost on GitHub at line 76.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
73 threshold_gt_one : 1 < bayesFactorThreshold
74 moderate_gt_two : (2 : ℝ) < bayesFactorModerate
75
76noncomputable def cert : BayesianUpdateCert where
77 cost_at_null := bayesFactorCost_at_null
78 cost_nonneg := bayesFactorCost_nonneg
79 threshold_gt_one := bayesFactorThreshold_gt_one
80 moderate_gt_two := bayesFactorModerate_gt_two
81
82theorem cert_inhabited : Nonempty BayesianUpdateCert := ⟨cert⟩
83
84end
85end BayesianUpdateFromJCost
86end Statistics
87end IndisputableMonolith