Sensitivity & Specificity Calculator
Result
Sensitivity & Specificity Calculator is a mathematics calculator that helps you calculate sensitivity & specificity values from your input data. The formula used is: Sensitivity = TP/(TP+FN) · Specificity = TN/(TN+FP) · PPV = TP/(TP+FP) · NPV = TN/(TN+FN). Ensure all inputs share the same unit system (e.g. all metres or all feet) unless the formula converts between units.
Formula
Example Calculation
- True Positives (TP): 90
- False Negatives (FN): 10
- True Negatives (TN): 85
- False Positives (FP): 15
Suppose you enter: True Positives (TP) = 90, False Negatives (FN) = 10, True Negatives (TN) = 85, False Positives (FP) = 15. The calculator applies the formula (Sensitivity = TP/(TP+FN) · Specificity = TN/(TN+FP) · PPV = TP/(TP+FP) · NPV = TN/(TN+FN)) and shows all output values below. Change any input field to immediately see how the result changes.