Question: You will write a Python program to calculate Bayes' probabilities. Consider a rare disease. Let C be the probability of having the disease. Let B

You will write a Python program to calculate Bayes' probabilities. Consider a rare disease. Let C be the probability of having the disease. Let B be the event that the diagnostic procedure indicates the disease is present. Consider the following probabilities P(C) P(BIC)PBIC)P(CIB) 0.0001 0.001 0.001 0.0001 0.001 0.9 0.9 0.9 0.001 0.001 0.01 0.001 0.01 0.95 Your program should calculate the probabilities P(C|B)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
