|
|
|
|
|
by subhobroto
2881 days ago
|
|
> Excess tests result in a higher number of false positives True, but this is an engineering problem: 1. Just because some tests have a higher number of false positives does not mean all tests have a higher number of false positives 2. For those tests that do have a higher number of false positives, the well educated (and paid) professionals are aware and should have measures in place Eg: Bloom filters are fantastic datastructures to test membership. However, they have false positives. We can control the probability of getting a false positive by controlling the size of the Bloom filter. This is nothing new in engineering. |
|
> Just because some tests have a higher number of false positives does not mean all tests have a higher number of false positives
No, but doing more tests leads to more false positives, which can lead to disastrous consequences. For example, someone could think they have aids through a false positive and lose their family, or choose to make an abortion, or start consuming preventive dangerous drugs, etc.
Not only that, you can bankrupt someone. It would surprise many how medicine is practiced differently based on available costs!
> For those tests that do have a higher number of false positives, the well educated (and paid) professionals are aware and should have measures in place
Yes, the measure is not to do them unless the symptoms and the DDX fit, along with other criteria.
I wonder what kind of doctor you've been to.