GTestRes

This struct is a subtype of TestRes and is used to return the results of gTestContingency and gTestObs. Due to the information theoretic interpretation of the G test, it contains an extra field to return the mutual information in bits.

Alias This

testRes

Members

Variables

mutualInfo
double mutualInfo;

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

testRes
TestRes testRes;

Meta