Function DenseInfoTheory.mutualInfo

I(x; y)

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