- Healthcare Analytics Made Simple
- Vikas (Vik) Kumar
- 220字
- 2021-07-23 17:18:38
Interpreting the contingency table and calculating sensitivity and specificity
In the preceding table, there are four numerical cells, labeled TP, FP, FN, and TN. These abbreviations stand for true positives, false positives, false negatives, and true negatives, respectively. The first word (true/false) indicates whether or not the test result matched the presence of disease as measured by the gold standard. The second word (positive/negative) indicates what the test result was. True positives and true negatives are desirable; this means that the test result is correct and the higher these numbers, the better the test is. On the other hand, false positives and false negatives are undesirable.
Two important quantities that can be calculated from the true/false positives/negatives include the sensitivity and the specificity. The sensitivity is a measure of how powerful the test is in detecting disease. It is expressed as the ratio of positive test results over the number of total patients who had the disease:

On the other hand, the specificity is a measure of how good the test is at identifying patients who do not have the disease. It is expressed as the following:

These concepts can be confusing initially, so it may take some time and iterations before you get used to them, but the sensitivity and specificity are important concepts in biostatistics and machine learning.
- Clojure Data Analysis Cookbook
- AWS:Security Best Practices on AWS
- 并行數據挖掘及性能優化:關聯規則與數據相關性分析
- VB語言程序設計
- 運動控制器與交流伺服系統的調試和應用
- 精通數據科學算法
- 網絡布線與小型局域網搭建
- 內模控制及其應用
- ESP8266 Robotics Projects
- 精通LabVIEW程序設計
- Spark大數據商業實戰三部曲:內核解密|商業案例|性能調優
- 青少年VEX IQ機器人實訓課程(初級)
- Puppet 3 Beginner’s Guide
- 手把手教你學Photoshop CS3
- 基于Proteus的PIC單片機C語言程序設計與仿真