Function DenseInfoTheory.condEntropy

H(X | Y)

double condEntropy(R1, R2) (
  R1 x,
  R2 y
)
if (isIterable!R1 && isIterable!R2);