Skip to Content

Information Analysis

Overview

Clicking the Select Nodes buttons defines three sets of nodes (X, Y, and Z) for analysis. The selection is done by directly selecting the nodes in the graph. By default, the Target node is associated with the Y set.

2981986 2981987

Information Analysis Report

Given the exponential growth of the state space, this analysis is performed only on the database.

2981990

Unconditional Entropy

H(X)=xXp(x)log2(p(x))\displaystyle H(X) = -\sum_{x \in X} p(x) \log_2(p(x))

2981992 2981993

Conditional Entropy

H(XZ)=zZp(z)xXp(xz)log2(p(xz))\displaystyle H(X \mid Z) = -\sum_{z \in Z} p(z) \sum_{x \in X} p(x \mid z) \log_2(p(x \mid z))

2981994 2981996

Unconditional Mutual Information

I(X,Y)=H(X)H(XY)\displaystyle I(X, Y) = H(X) - H(X \mid Y)

2981997

Conditional Mutual Information

I(X,YZ)=H(XZ)H(XY,Z)\displaystyle I(X, Y \mid Z) = H(X \mid Z) - H(X \mid Y,Z)

2981999 2982001 2982002

Total Correlation

C(X)=iH(xi)H(X)\displaystyle C(X) = \sum_i H(x_i) - H(X)

2981999

Conditional Total Correlation

C(XZ)=iH(xiZ)H(XZ)\displaystyle C(X \mid Z) = \sum_i H(x_i \mid Z) - H(X \mid Z)

2981999