Variable GTestRes.mutualInfo

The mutual info of the two random variables in the joint distribution represented by the contingency table, in bits (base 2).

struct GTestRes
{
  // ...
  double mutualInfo ;
  // ...
}