Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Pearl流の因果推論

因果の階層(Causal Hierarchy)

  1. 関連(association)P(yx)P(y|x)

    • xが変わるとyはどうなるか

  2. 介入(intervention)P(ydo(x),z)P(y|do(x), z)

    • xxをある値にしたとき、yyはどうなっていたか

  3. 反実仮想(counterfactuals)P(yxx,y)P(y_x|x',y')

    • もしxxを特定の値にしたらyyはどうなるか

do演算子

変数xxを、他のすべての変数から独立にある値に固定する操作(介入)を

do(x)\operatorname{do}(x)

と表す。

交絡

do演算子を使うと、交絡は「結果YYの観察可能な条件付き確率P(YX)P(Y|X)と介入確率P(Ydo(X))P(Y|do(X))が一致しないこと」

P(YX)P(Ydo(X))P(Y|X) \neq P(Y|do(X))

として簡潔に表現できる