pub fn detect_anomaly(
baseline: &[u64],
rows: u64,
va: &VolumeAnomalySpec,
) -> Option<String>Expand description
Run the configured detector; Some(detail) when rows is anomalous
against baseline. Callers guarantee baseline.len() >= min_history >= 2.