Tom K. answered 10/25/20
Knowledgeable and Friendly Math and Statistics Tutor
P = 120
N = 200 - 120 = 80
TP = 80
FN = 120 - 80 = 40
TN = 60
FP = N - TN = 80 - 60 = 20
Accuracy = (TP + TN)/Total = (80 + 60)/200 = 140/200 = 7/10 = 70%
False Positive Rate = FP/N = 20/80 = 1/4 = 25%
False Negative Rate = FN/P = 40/120 = 1/3 = 33 1/3 %
Sensitivity = TP/P = 80/120 = 2/3 = 66 2/3%
Specificity = TN/N = 60/80 = 3/4 = 75%
Precision = TP/(TP+ FP) = 80/(80 + 20) = 80/100 = 4/5 = 80%
Recall = Sensitivity = 2/3 = 66 2/3%
F Score = TP/(TP + 1/2(FN + FP)) = 80/(80+1/2(40+20)) = 80/(80+30) = 8/11 = 72 8/11 %