vigiles API reference
    Preparing search index...

    Function assertSignificant

    • Assert arm significantly beats baseline on metric (positive gap, p < α). The statistical gate for a non-deterministic A/B — "the gap clears the noise", with the noise floor computed, not supplied. The honest version of assertImproves(..., { by: se }).

      Parameters

      • report: EvalReport
      • opts: { alpha?: number; arm: string; baseline: string; metric: string }

      Returns void