pub fn evaluate_verdict(
hypothesis: &Hypothesis,
treatment_tok_s: f64,
baseline_tok_s: f64,
improvement_threshold: f64,
) -> ExperimentVerdictExpand description
Determine the verdict of an experiment against a hypothesis. This compares the experiment result against a baseline.