In statistics, if a problem asks for the sensitivity, specificity or accuracy or a test, you just need the following formulas:
Sensitivity = (true positives)/(true pos. + false neg)
Specificity = (true negatives)/(true neg. + false pos)
Accuracy = (true negative + true positive)/total
These values are generally easy to find given a 2 x 2 matrix with the data for the problem
No comments:
Post a Comment