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