< back

stats

False positives and false negatives belong more specifically to classification evaluation or diagnostic testing. They come from a confusion matrix:

                     Actually positive      Actually negative

━━━━━━━━━━━━━━━━━━━━ ━━━━━━━━━━━━━━━━━━━━━ ━━━━━━━━━━━━━━━━━━━━━ Predicted positive True positive (TP) False positive (FP) ──────────────────── ───────────────────── ───────────────────── Predicted negative False negative (FN) True negative (TN)

Common divisions you may be remembering:

< back