Collider: Difference between revisions

From Machinelearning
No edit summary
No edit summary
Line 1: Line 1:
In causal graphs, a '''collider''' is a node along a path where both directed edges of the node point to the node.
In causal graphs, a '''collider''' is a node along a path where both directed edges of the node point to the node.


Colliders are interesting because conditioning on a collider can make two unconditionally independent variables conditionally dependent. The example that I have seen Pearl give is two coin flips (independent) and a bell that rings if the two coins land on the same side. The coin flips are unconditionally independent, but conditioning on whether you hear the bell makes the coin flips dependent.
Colliders are interesting because conditioning on a collider can make two unconditionally independent variables conditionally dependent. The example that I have seen Pearl give is two coin flips (independent) and a bell that rings if the two coins land on the same side. The coin flips are unconditionally independent, but conditioning on whether you hear the bell makes the coin flips dependent. In this example, the event representing the bell is a collider.


==Examples==
==Examples==

Revision as of 22:16, 2 June 2018

In causal graphs, a collider is a node along a path where both directed edges of the node point to the node.

Colliders are interesting because conditioning on a collider can make two unconditionally independent variables conditionally dependent. The example that I have seen Pearl give is two coin flips (independent) and a bell that rings if the two coins land on the same side. The coin flips are unconditionally independent, but conditioning on whether you hear the bell makes the coin flips dependent. In this example, the event representing the bell is a collider.

Examples

  • In the path XYZW, the node Z is a collider because the two directed edges of Z both point to it.

See also