Overlap coefficient
In-game article clicks load inline without leaving the challenge.
The overlap coefficient, or Szymkiewicz–Simpson coefficient,[citation needed] is a similarity measure that measures the overlap between two finite sets. It is related to the Jaccard index and is defined as the size of the intersection divided by the size of the smaller of two sets:
overlap ( A , B ) = | A ∩ B | min ( | A | , | B | ) {\displaystyle \operatorname {overlap} (A,B)={\frac {|A\cap B|}{\min(|A|,|B|)}}}
Note that 0 ≤ overlap ( A , B ) ≤ 1 {\displaystyle 0\leq \operatorname {overlap} (A,B)\leq 1}. If set A is a subset of B or the converse, then the overlap coefficient is equal to 1.