structure
definition
def or abbrev
HealingPrediction
show as:
view Lean formalization →
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 -/