First of all, thanks for this great library and associated library where data and evaluation pipeline are shared. My question is related to zero-inflated Kendall's Tau. I was wondering if its implementation is correct. In calculation of p1, X10 is compared to X11 element-wise, i.e. X10[i] to X11[i] forall i = 1, .., length(X10). Shouldn't the comparison be done between all pairs of X10 and X11, that is X10[i] should be compared to X11[j] for all i, j pairs for which X10[i] is nonzero and X11[j] is nonzero? Similarly, for p2. I hope my question is clear.
First of all, thanks for this great library and associated library where data and evaluation pipeline are shared. My question is related to zero-inflated Kendall's Tau. I was wondering if its implementation is correct. In calculation of p1, X10 is compared to X11 element-wise, i.e. X10[i] to X11[i] forall i = 1, .., length(X10). Shouldn't the comparison be done between all pairs of X10 and X11, that is X10[i] should be compared to X11[j] for all i, j pairs for which X10[i] is nonzero and X11[j] is nonzero? Similarly, for p2. I hope my question is clear.