I am doing an exercise question:
95% of the clients are being diagnosed correctly to have a disease, given that they have the disease.
90% of them being diagnosed correctly, given that they don't have the disease.
There are 0.025% of people have the disease. What is the probability that a person has the disease, given that the result is positive.
My work is:
Let A be event that whether the diagnose is correct
B be whether a person has the disease $$P(A=Yes|B=Yes)=0.95$$ $$P(A=Yes|B=N0)=0.9$$ $$P(B=Yes)=0.00025$$ $$P(A=No|B=Yes)=1-0.95=0.05$$ $$P(A=No|B=No)=1-0.9=0.1$$ And I have to find $P(B=Yes|A=Yes)$
That's all I can do. I think I have to find $P(A=Yes)$? May I ask how can I do so?