CondMutualInfo {rWMBAT}R Documentation

Calculates The Mutual Information Of Two Variables Conditioned On A Third

Description

Calculates the mutual information of two variables conditioned on a third

Usage

CondMutualInfo(V1, V2, condV)

Arguments

V1 one of the two vectors
V2 one of the two vectors
condV given condition

Value

mutual information of two variables conditioned on a third

Author(s)

Qian Si, College of William and Mary, Dept. of Physics, 2009

Examples

a<-c(1 ,2, 1, 2, 1)
b<-c(2, 1, 2, 1, 1)
condV<-c(2, 1, 2, 2, 1)
MIxyz <- CondMutualInfo(a, b, condV)

[Package rWMBAT version 2.0 Index]