A test that catches 50 of 55 cases
tp = 50fp = 10fn = 5tn = 35
Result: Sensitivity 0.9091 · False negative rate 0.0909
Sensitivity — also called recall or the true positive rate — measures how good a test is at detecting the condition it looks for: TP ÷ (TP + FN). It is the primary quality metric for medical screening and detection systems, where missing a real positive is the worst failure. Enter your confusion-matrix counts and get sensitivity plus the false negative rate.
Enter your values and press Calculate — the result appears here.
tp = 50fp = 10fn = 5tn = 35Result: Sensitivity 0.9091 · False negative rate 0.0909
tp = 40fp = 8fn = 0tn = 52Result: Sensitivity 1.00
The proportion of actual positives the test detected. A 90.91% sensitive test finds 50 of every 55 real cases and misses the other 5 — those misses are the false negatives.
Yes — identical formula (TP ÷ (TP + FN)). Medicine and diagnostics usually say sensitivity; information retrieval and machine learning usually say recall.
In screening, failing to detect a disease is far worse than a false alarm. A highly sensitive test rarely misses real cases, which is why sensitivity is paired with specificity when evaluating medical tests.
Key Takeaway --> 🎯 Key Takeaway Evaluating a RAG system requires measuring retrieval quality, ans…
AI & Machine LearningRAG evaluation requires measuring two things: retrieval quality (did we find the right information?…
AI & Machine LearningQuantization reduces model size by using lower-precision numbers (4-bit instead of 32-bit). A 7B mo…
AI & Machine LearningEvaluating an AI system requires more than checking if the answer "looks right." You need 8 dimensi…
AI & Machine LearningData quality is not optional — it is the foundation of every reliable analysis and model. Seven ess…
AI & Machine LearningRAG (Retrieval-Augmented Generation) grounds LLM responses in your actual documents. Every componen…
Compute recall (sensitivity) — the share of actual positives the model managed to find.
Try it now →Compute specificity — the share of actual negatives the model correctly identified.
Try it now →Compute the F1 score — the harmonic mean of precision and recall — from TP, FP, FN, TN.
Try it now →Calculate classification accuracy from true/false positives and negatives.
Try it now →Join the conversation about Machine Learning, sensitivity, sensitivity calculator on the BestWordz Community forum.
Visit Forum →Have questions about Sensitivity Calculator? Join the BestWordz Community.