YuleDissimilarity
returns the Yule dissimilarity between the two boolean 1-D lists
u
andv
, which is defined asR / (c_tt * c_ff + R / 2)
wheren
islen(u)
,c_ij
is the number of occurrences ofu(k)=i
andv(k)=j
fork<n
, andR = 2 * c_tf * c_ft
.
Examples
Implementation status
- ✅ - full supported