Function mutualInfo

Calculates the mutual information of two vectors of discrete observations.

double mutualInfo(T, U) (
  T x,
  U y
)
if (isInputRange!T && isInputRange!U);