Skip to main content

decide

Function decide 

Source
pub fn decide(
    control: &[f64],
    treatment: &[f64],
    seed: u64,
    resamples: u32,
    ever_significant: bool,
) -> SequentialSummary
Expand 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.