Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 601 Bytes

File metadata and controls

12 lines (7 loc) · 601 Bytes

Go D-Seperation

GoDoc Build Status

An algorithm implementation for finding all D-separated nodes in a belief network

Reference: Daphne Koller and Nir Friedman, Probabilistic Graphical Models Principles and Techniques, p74-75.

Examples

For a simple belief network, e.g. 1 --> 0 <-- 2, node-1 and node-2 is conditionally independent when node-0 is not observed.