You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Confidence intervals: 95% via normal approximation (mean +/- 1.96 x std / sqrt(n_trials))
Anomaly rate: 50% (8 clean / 8 anomalous per trial)
Interpretation: Detectors are grouped by intended use case. Do not compare across families (an outlier detector is not competing with a distribution drift detector).
Fixture Descriptions
ID
Signal type
Difficulty
normal_mean_shift
N(50,10) to N(80,10)
Easy
lognormal_tail_shift
LN(5.0,0.5) to LN(5.5,0.5)
Moderate
outliers_injected_5pct
5% extreme point anomalies
Moderate
nulls_injected_10pct
10% null injection
Easy
variance_explosion
N(50,10) to N(50,20)
Moderate
gradual_drift
Ramp drift +20 over batch
Hard
mixed_drift_and_nulls
Mean shift + 10% nulls
Moderate
heavy_tail_switch
20% contamination at 4x spread
Hard
Baselines
A well-calibrated detector should beat _always_alert (F1 > 0.670) and _random_50pct (F1 > 0.500).