How to find conditional probability, given parent node and child node
up vote
0
down vote
favorite
Currently I am working on a sample question for my course:
Calculate P(Sprinkler | Cloudy=True, WetGrass=True)
based on this simple Bayesian Network diagram.
My process is as follows:
- Given the conditional probability table of Sprinkler, we can deduce P(Sprinkler) = 0.10 since we know Cloudy=True
- Since Cloudy is a parent of Sprinkler, P(Sprinker) depends on its value
- Since WetGrass is a child of Sprinkler, Sprinkler is conditionally independent of WetGrass (the former's value does not depend on the latter)
- Thus, we deduce P(Sprinker|Cloudy,WetGrass) = P(Sprinkler|Cloudy) = 0.10
When I checked the instructor's solution to this sample question, it was around 0.13. Could someone help guide me towards the correct way to approach this? I'm new to this concept, and thoroughly confused.
probability independence conditional-probability bayes-theorem bayesian-network
New contributor
add a comment |
up vote
0
down vote
favorite
Currently I am working on a sample question for my course:
Calculate P(Sprinkler | Cloudy=True, WetGrass=True)
based on this simple Bayesian Network diagram.
My process is as follows:
- Given the conditional probability table of Sprinkler, we can deduce P(Sprinkler) = 0.10 since we know Cloudy=True
- Since Cloudy is a parent of Sprinkler, P(Sprinker) depends on its value
- Since WetGrass is a child of Sprinkler, Sprinkler is conditionally independent of WetGrass (the former's value does not depend on the latter)
- Thus, we deduce P(Sprinker|Cloudy,WetGrass) = P(Sprinkler|Cloudy) = 0.10
When I checked the instructor's solution to this sample question, it was around 0.13. Could someone help guide me towards the correct way to approach this? I'm new to this concept, and thoroughly confused.
probability independence conditional-probability bayes-theorem bayesian-network
New contributor
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Currently I am working on a sample question for my course:
Calculate P(Sprinkler | Cloudy=True, WetGrass=True)
based on this simple Bayesian Network diagram.
My process is as follows:
- Given the conditional probability table of Sprinkler, we can deduce P(Sprinkler) = 0.10 since we know Cloudy=True
- Since Cloudy is a parent of Sprinkler, P(Sprinker) depends on its value
- Since WetGrass is a child of Sprinkler, Sprinkler is conditionally independent of WetGrass (the former's value does not depend on the latter)
- Thus, we deduce P(Sprinker|Cloudy,WetGrass) = P(Sprinkler|Cloudy) = 0.10
When I checked the instructor's solution to this sample question, it was around 0.13. Could someone help guide me towards the correct way to approach this? I'm new to this concept, and thoroughly confused.
probability independence conditional-probability bayes-theorem bayesian-network
New contributor
Currently I am working on a sample question for my course:
Calculate P(Sprinkler | Cloudy=True, WetGrass=True)
based on this simple Bayesian Network diagram.
My process is as follows:
- Given the conditional probability table of Sprinkler, we can deduce P(Sprinkler) = 0.10 since we know Cloudy=True
- Since Cloudy is a parent of Sprinkler, P(Sprinker) depends on its value
- Since WetGrass is a child of Sprinkler, Sprinkler is conditionally independent of WetGrass (the former's value does not depend on the latter)
- Thus, we deduce P(Sprinker|Cloudy,WetGrass) = P(Sprinkler|Cloudy) = 0.10
When I checked the instructor's solution to this sample question, it was around 0.13. Could someone help guide me towards the correct way to approach this? I'm new to this concept, and thoroughly confused.
probability independence conditional-probability bayes-theorem bayesian-network
probability independence conditional-probability bayes-theorem bayesian-network
New contributor
New contributor
edited Nov 15 at 20:02
New contributor
asked Nov 15 at 19:07
user5482356
11
11
New contributor
New contributor
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
user5482356 is a new contributor. Be nice, and check out our Code of Conduct.
user5482356 is a new contributor. Be nice, and check out our Code of Conduct.
user5482356 is a new contributor. Be nice, and check out our Code of Conduct.
user5482356 is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3000142%2fhow-to-find-conditional-probability-given-parent-node-and-child-node%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown