couplingSimilarity
calculates Association strength, Inclusion, Jaccard or Salton similarity from a co-occurrence bibliographic matrix.
The association strength is used by Van Eck and Waltman (2007) and Van Eck et al. (2006). Several works refer to the measure as the proximity index,
while Leydesdorff (2008)and Zitt et al. (2000) refer to it as the probabilistic affinity (or activity) index.
The inclusion index, also called Simpson coefficient, is an overlap measure used in information retrieval.
The Jaccard index (or Jaccard similarity coefficient) gives us a relative measure of the overlap of two sets.
It is calcultated as the ratio between the intersection and the union of the reference lists (of two manuscripts).
The Salton index, instead, relates the intersection of the two lists to the geometric mean of the size of both sets.
The square of Salton index is also called Equivalence index.
The indices are equal to zero if the intersection of the reference lists is empty.