vigiles API reference
    Preparing search index...

    Function assertImproves

    • Assert arm beats baseline on metric. By default just a positive gap > by (pass the combined se to clear the noise floor by hand). Pass { significant: true } to demand a Welch t-test at alpha instead — the computed noise floor.

      Parameters

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

      Returns void