You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LGTM. One comment. The CMI value that is calculated as follows:
val = hxyz - (hxz + hyz - hz).mean()
Doesn't this have an asymptotic chi-squared distribution under the null hypothesis? If so, should there be an option to calculate the p-value that way?
LGTM. One comment. The CMI value that is calculated as follows:
val = hxyz - (hxz + hyz - hz).mean()
Doesn't this have an asymptotic chi-squared distribution under the null hypothesis? If so, should there be an option to calculate the p-value that way?
@robertness I'm not sure. I'm computing it as val = I(X;Y, Z) - I(X; Z), which is equivalent to the entropy definition you wrote I suppose. Is there a reference? I can add it in a follow-on PR.
val = hxyz - (hxz + hyz - hz).mean()
Doesn't this have an asymptotic chi-squared distribution under the null hypothesis? If so, should there be an option to calculate the p-value that way?
Originally posted by @robertness in #85 (review)
The text was updated successfully, but these errors were encountered: