Reverse Conditional Probabilities

Click For Summary
SUMMARY

The discussion focuses on deriving the unconditional probabilities P(A), P(B), and P(C) from the given conditional probabilities using Bayes' theorem in the context of a mutation algorithm. The probabilities are defined as follows: P(M) = 0.01, P(A|M) = 0.50, P(B|M) = 0.40, and P(C|M) = 0.10. The user expresses uncertainty about applying Bayes' rule correctly, despite their MATLAB model suggesting values of P(A) = 0.005, P(B) = 0.004, and P(C) = 0.001. The discussion emphasizes the need for clarity on how to utilize Bayes' theorem to compute the unconditional probabilities.

PREREQUISITES
  • Understanding of Bayes' theorem and its components
  • Familiarity with conditional probability
  • Basic knowledge of mutation algorithms
  • Experience with MATLAB for numerical modeling
NEXT STEPS
  • Study the application of Bayes' theorem in detail
  • Learn about unconditional vs. conditional probabilities
  • Explore MATLAB functions for statistical modeling
  • Review mutation algorithms and their probability frameworks
USEFUL FOR

Data scientists, statisticians, and algorithm developers who are working on probability models and require a deeper understanding of Bayesian inference in the context of mutation algorithms.

tangodirt
Messages
51
Reaction score
1
I've written a modified mutation algorithm that I am trying to derive a more analytical probability model for. The basic algorithm works like this:

1. The probability of mutation is P(M) = 0.01.
2. If mutation occurs, then:
a. The probability that mutation-type A is P(A|M) = 0.50
b. The probability that mutation-type B is P(B|M) = 0.40
c. The probability that mutation-type C is P(C|M) = 0.10

My algorithm requires that P(A|M) + P(B|M) + P(C|M) = 1.

Now, I'm trying to derive what P(A), P(B), and P(C) are, but since it has been a long time since I've had a course in probability, I'm at a bit of a loss. My guess is to use Bayes' rule, but I'm not sure how I should be applying it.

My numerical MATLAB model is suggesting values such as 0.01 for M (which is known), 0.005 for P(A), 0.004 for P(B), and 0.001 for P(C). This leads me to believe Bayes' rule does not apply, but my understanding is that it does...

Can anyone provide me some help?
 
Physics news on Phys.org

Similar threads

  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 29 ·
Replies
29
Views
6K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K