what is the Bayes theorem in probability
Answers
Answered by
0
Bayes’ Theorem formula is an important method for calculating conditional probabilities. It is used to calculate posterior probabilities. Bayes’s theorem describes the probability of an event, based on conditions that might be related to the event.
For instance, a patient is observed to have a certain symptom, and Bayes’ formula can be used to compute the probability that a diagnosis is correct, given that observation. In simple words, suppose a doctor is interested in whether a person has cancer, and knows the person’s age. If cancer is related to age, then, using Bayes’ theorem, the person’s age can be used to access more accurate probability that the patient have cancer.
Bayes’ theorem is named after Thomas Bayes, who first provided an equation that allows new evidence to update beliefs.
P(B|A)=P(A|B)P(B)P(A)
P(A|B)=P(B|A)P(A)P(B)
Where,
P(A/B) is the probability of A if we already know that B has occurred and is known as likelihood.
P(B) is known as prior probability and P(B/A)is posterior probability.
For instance, a patient is observed to have a certain symptom, and Bayes’ formula can be used to compute the probability that a diagnosis is correct, given that observation. In simple words, suppose a doctor is interested in whether a person has cancer, and knows the person’s age. If cancer is related to age, then, using Bayes’ theorem, the person’s age can be used to access more accurate probability that the patient have cancer.
Bayes’ theorem is named after Thomas Bayes, who first provided an equation that allows new evidence to update beliefs.
P(B|A)=P(A|B)P(B)P(A)
P(A|B)=P(B|A)P(A)P(B)
Where,
P(A/B) is the probability of A if we already know that B has occurred and is known as likelihood.
P(B) is known as prior probability and P(B/A)is posterior probability.
Similar questions