pub fn decide(
control: &[f64],
treatment: &[f64],
seed: u64,
resamples: u32,
ever_significant: bool,
) -> SequentialSummaryExpand description
Always-valid decision with a sticky ever_significant flag.
Pass the previous ever_significant from the last report so the sticky
property is preserved across incremental calls to exp report.