Skip to contents

Conditional entropy of $X$ given $Y$ using `log()` (natural logarithm)

Usage

entropy_condE(d, idx_x, idx_y)

Arguments

d

Integer matrix of data where each row is a single observation

idx_x

Indicies (integer vector) for variable set $X$ (in 1 to `ncol(d)`)

idx_y

Indicies (integer vector) for variable set $Y$ (in 1 to `ncol(d)`)