Sas 4
Sas 4
Abstract
Bayes’ Theorem is a fundamental result in probability theory that describes the process of
updating probabilities based on new evidence. It is foundational in statistical inference,
decision theory, and machine learning. This paper introduces the theorem, its mathematical
formulation, and real-world applications including diagnostics and spam filtering.
1. Introduction
2. Mathematical Formulation
Given events AAA and BBB with P(B)≠0P(B) \neq 0P(B)=0, Bayes’ Theorem states:
where:
Suppose a disease affects 1% of the population. A test detects the disease with 99%
sensitivity and has a 5% false positive rate.
Let:
Surprisingly, the probability a person has the disease given a positive result is only 16.6%,
not 99%.
4. Real-World Applications
Spam Filtering: Classifiers use Bayes’ theorem to compute the probability that an
email is spam based on word frequencies (Naive Bayes Classifier).
5. Conclusion
References