pith. machine review for the scientific record. sign in
def

cert

definition
show as:
view math explainer →
module
IndisputableMonolith.Statistics.BayesianUpdateFromJCost
domain
Statistics
line
76 · github
papers citing
none yet

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

A cached Ask Recognition explainer exists for this declaration.

open explainer

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