SokalSneathDissimilarity
SokalSneathDissimilarity(u, v)returns the Sokal-Sneath dissimilarity between the two boolean 1-D lists
uandv, which is defined asR / (c_tt + R)where n islen(u),c_ijis the number of occurrences ofu(k)=iandv(k)=jfork<n, andR = 2 * (c_tf + c_ft).
Examples
>> SokalSneathDissimilarity({1, 0, 1, 1, 0, 1, 1}, {0, 1, 1, 0, 0, 0, 1})4/5Implementation status
- ✅ - full supported
 Try CalcES Scientific Calculator Online
Try CalcES Scientific Calculator Online