······
p(y|x,z)=p(x,y,z)/p(x,z)这个式子的本意是在x,z发生的条件下,y发生的概率。
更多的内容参考http://math.stackexchange.com/questions/301207/why-is-px-yz-pyx-zpxz,下面截取的一个回答。
From
P(X,Y|Z)=P(X,Y,Z)P(Z)
P(Y|X,Z)=P(X,Y,Z)P(X,Z)
P(X|Z)=P(X,Z)P(Z)
we have
P(Y|X,Z)P(X|Z)=P(X,Y,Z)P(X,Z)P(X,Z)P(Z)=P(X,Y,Z)P(Z)=P(X,Y|Z).
This is also intuitive: The probability that
X
and
Y
happen if we know that
Z
happens is the same as the probability that
X
happens when we know that
Z
happens and that then
Y
happens when we know that
X
and
Z
happen.
······
本文深入探讨了条件概率的数学表达式p(y|x,z)=p(x,y,z)/p(x,z),通过实例解释了在已知x和z发生的条件下,y发生的概率如何计算。进一步阐述了此公式背后的直觉意义,即在已知z发生的情况下,x和y发生的顺序并不影响它们联合发生的概率。文章旨在提供一个清晰的、易于理解的概率论概念框架。
3329

被折叠的 条评论
为什么被折叠?



