Struct 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.

struct GTestRes ;

Fields

NameTypeDescription
mutualInfo doubleThe mutual info of the two random variables in the joint distribution represented by the contingency table, in bits (base 2).
testRes TestRes