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

EEGPrediction

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)

  49structure EEGPrediction where
  50  /-- The mode index n in φ^n -/
  51  mode_index : ℤ
  52  /-- Central frequency (φ^n Hz) -/
  53  center_freq : ℝ
  54  /-- Expected peak width (Hz) -/
  55  bandwidth : ℝ := 0.2

proof body

Definition body.

  56  /-- Minimum peak amplitude (μV²/Hz) -/
  57  min_amplitude : ℝ
  58  /-- Confidence level for detection -/
  59  confidence : ℝ := 0.95
  60
  61/-- The set of predicted EEG frequencies -/

used by (2)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (11)

Lean names referenced from this declaration's body.