# cc-steer compare-arms


Verdict two sweep score reports under the instrument card's paired-DeLong rule.


``` bash
cc-steer compare-arms REPORT_A REPORT_B
```


Pairs the reports' per-row probs on the frozen watcher frame and prints the card verdict -- an actionable gain or regression with its CI and measured rho, or `within noise floor (MDE <value>)`. A report predating per-row persistence falls back to the card's unpaired frame MDE.


<span class="gd-details-chevron" aria-hidden="true"></span>Full --help output


    Usage: cc-steer compare-arms [OPTIONS] REPORT_A REPORT_B

      Verdict two sweep score reports under the instrument card's paired-DeLong
      rule.

      Pairs the reports' per-row probs on the frozen watcher frame and prints the
      card verdict -- an actionable gain or regression with its CI and measured
      rho, or ``within noise floor (MDE <value>)``. A report predating per-row
      persistence falls back to the card's unpaired frame MDE.

    Options:
      --help  Show this message and exit.


# Arguments


`REPORT_A: FILE`  
Required.

`REPORT_B: FILE`  
Required.
