tmt1
- 230
- 0
Given $P(PH | H) = 0.8$ and $P(PH | \lnot H) = 0.3 $ and $P(H) = 0.1$ how can I derive $P(PH)$ without resorting to a joint distribution table?
To derive $P(PH)$ without using a joint distribution table, apply the sum rule and general product rule of probability. Given the values $P(PH | H) = 0.8$, $P(PH | \lnot H) = 0.3$, and $P(H) = 0.1$, the formula $P(PH) = P(PH | H)P(H) + P(PH | \lnot H)P(\lnot H)$ can be utilized. This results in $P(PH) = 0.8 \times 0.1 + 0.3 \times 0.9 = 0.27$. Thus, $P(PH)$ is conclusively determined to be 0.27.
PREREQUISITESStudents of statistics, data scientists, and professionals in fields requiring probabilistic modeling will benefit from this discussion.
tmt said:Given $P(PH | H) = 0.8$ and $P(PH | \lnot H) = 0.3 $ and $P(H) = 0.1$ how can I derive $P(PH)$ without resorting to a joint distribution table?