Skip to main content

evaluate_verdict

Function evaluate_verdict 

Source
pub fn evaluate_verdict(
    hypothesis: &Hypothesis,
    treatment_tok_s: f64,
    baseline_tok_s: f64,
    improvement_threshold: f64,
) -> ExperimentVerdict
Expand description

Determine the verdict of an experiment against a hypothesis. This compares the experiment result against a baseline.