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

HealingPrediction

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)

 147structure HealingPrediction where
 148  /-- Predicted increase in patient coherence (effect size d) -/
 149  effect_size : ℝ := 0.5

proof body

Definition body.

 150  /-- Effect should NOT decay with distance -/
 151  distance_independent : Bool := true
 152  /-- Minimum phase locking value (PLV) increase -/
 153  min_plv_increase : ℝ := 0.1
 154
 155/-- Data from a single healing trial -/

depends on (4)

Lean names referenced from this declaration's body.