104structure ModeRatioProtocol where 105 /-- States to measure -/ 106 states : List ConsciousnessState := [.baseline, .flow, .analytical, .meditation]
proof body
Definition body.
107 /-- Number of trials per state -/ 108 trials_per_state : ℕ := 20 109 /-- Measurement modality -/ 110 modality : String := "EEG_coherence" 111 112/-- Predictions for mode ratios by state -/
depends on (10)
Lean names referenced from this declaration's body.