The function requires the two discrete variables which have been
merged (input1
and input2
) and the composite variable
(output
). For each input, information content is calculated using
information_content_discrete
along with each input's mutual
information content with the composite variable using
mi_content_discrete
. The function returns a table describing
these measures.
If the mutual information content between an input variable and the
composite variable is equal to the information content of the input
variable, it is confirmed that all information in the input variable has
been incorporated into the composite variable. However, if one or both
input variables' information content is not equal to their mutual
information with the composite variables, information loss has occurred.