def
hypothesis interface
def or abbrev
nullHypothesis
show as:
view Lean formalization →
formal statement (Lean)
123def nullHypothesis (P : LabScalePrediction) (tolerance : ℝ) : Prop :=
proof body
Definition body.
124 |P.w_predicted - 1| < tolerance
125
126/-- If C_lag < tolerance / (ratio^α - 1), the null hypothesis holds. -/