![AUC](../../assets/measures/AUC.jpg "AUC measures") # AUC-based Evaluation Until now, we introduced accuracy measures requiring to threshold the produced anomaly score of anomaly detection methods. However, the accuracy values vary significantly when the threshold changes. In order to evaluate a method holistically using its corresponding anomaly score, two measures from the AUC family of measures are used. ## AUC-ROC The Area Under the Receiver Operating Characteristics curve (AUC-ROC) is defined as the area under the curve corresponding to TPR on the y-axis and FPR on the x-axis when we vary the anomaly score threshold. The area under the curve is computed using the trapezoidal rule. For that purpose, we define $Th$ as an ordered set of thresholds between 0 and 1. Formally, we have $Th=[Th_0,Th_1,...Th_N]$ with $0=Th_0