Collider: Difference between revisions

From Machinelearning
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
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. Normally when we condition on a variable, we think of it as blocking the path, but with colliders it's the opposite: conditioning on it ''creates'' a new path around the node.


==Examples==
==Examples==
Line 10: Line 10:


* [[wikipedia:Collider (epidemiology)]]
* [[wikipedia:Collider (epidemiology)]]
* [[Explaining away]]
[[Category:Causal inference]]

Latest revision as of 00:26, 15 January 2019

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. Normally when we condition on a variable, we think of it as blocking the path, but with colliders it's the opposite: conditioning on it creates a new path around the node.

Examples

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

See also