Collider: Difference between revisions

From Machinelearning
(Created page with "In causal graphs, a '''collider''' is a node along a path where both directed edges of the node point to the node. ==Examples== * In the path <math>X \to Y \to Z \leftarrow...")
 
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.


==Examples==
==Examples==

Revision as of 22:15, 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.

Examples

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

See also