ArticleslgStudy

mathematics

Simple matching coefficient

Simple matching coefficient is a mathematics topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Simple matching coefficient rather than just read about it. In short: The simple matching coefficient (SMC) or Rand similarity coefficient is a statistic used for comparing the similarity and diversity of sample sets. Given two objects, A and B, each with n binary attributes, SMC is defined as: SMC = number of matching attributes total number of attributes = M 00 + M 11 M 00 + M 11 + M 01 + M 10 {\displaystyle {\begin{aligned}{\text{SMC}}&={\frac {\text{number of matching attributes}}…

Key takeaways

  • Simple matching coefficient belongs to mathematics; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Simple matching coefficient to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Simple matching coefficient from memory before moving on to harder problems.

Reference excerpt

The simple matching coefficient (SMC) or Rand similarity coefficient is a statistic used for comparing the similarity and diversity of sample sets.

Given two objects, A and B, each with n binary attributes, SMC is defined as:

SMC = number of matching attributes total number of attributes = M 00 + M 11 M 00 + M 11 + M 01 + M 10 {\displaystyle {\begin{aligned}{\text{SMC}}&={\frac {\text{number of matching attributes}}{\text{total number of attributes}}}\\[8pt]&={\frac {M_{00}+M_{11}}{M_{00}+M_{11}+M_{01}+M_{10}}}\end{aligned}}}

where

M 00 {\displaystyle M_{00}} is the total number of attributes where A and B both have a value of 0,

M 11 {\displaystyle M_{11}} is the total number of attributes where A and B both have a value of 1,

M 01 {\displaystyle M_{01}} is the total number of attributes where A has value 0 and B has value 1, and

M 10 {\displaystyle M_{10}} is the total number of attributes where A has value 1 and B has value 0. The simple matching distance (SMD), which measures dissimilarity between sample sets, is given by 1 − SMC {\displaystyle 1-{\text{SMC}}} . SMC is linearly related to Hamann similarity: SMC = ( Hamann + 1 ) / 2 {\displaystyle {\text{SMC}}=({\text{Hamann}}+1)/2} . Also, SMC = 1 − D 2 / n {\displaystyle {\text{SMC}}=1-D^{2}/n} , where D 2 {\displaystyle D^{2}} is the squared Euclidean distance between the two objects (binary vectors) and n is the number of attributes. The SMC is very similar to the more popular Jaccard index. The main difference is that the SMC has the term M 00 {\displaystyle M_{00}} in its numerator and denominator, whereas the Jaccard index does not. Thus, the SMC counts both mutual presences (when an attribute is present in both sets) and mutual absence (when an attribute is absent in both sets) as matches and compares it to the total number of attributes in the universe, whereas the Jaccard index only counts mutual presence as matches and compares it to the number of attributes that have been chosen by at least one of the two sets. In market basket analysis, for example, the basket of two consumers who we wish to compare might only contain a small fraction of all the available products in the store, so the SMC will usually return very high values of similarities even when the baskets bear very little resemblance, thus making the Jaccard index a more appropriate measure of similarity in that context. For example, consider a supermarket with 1000 products and two customers. The basket of the first customer contains salt and pepper and the basket of the second contains salt and sugar. In this scenario, the similarity between the two baskets as measured by the Jaccard index would be 1/3, but the similarity becomes 0.998 using the SMC. In other contexts, where 0 and 1 carry equivalent information (symmetry), the SMC is a better measure of similarity. For example, vectors of demographic variables stored in dummy variables, such as binary gender, would be better compared with the SMC than with the Jaccard index since the impact of gender on similarity should be equal, independently of whether male is defined as a 0 and female as a 1 or the other way around. However, when we have symmetric dummy variables, one could replicate the behaviour of the SMC by splitting the dummies into two binary attributes (in this case, male and female), thus transforming them into asymmetric attributes, allowing the use of the Jaccard index without introducing any bias. By using this trick, the Jaccard index can be considered as making the SMC a fully redundant metric. The SMC remains, however, more computationally efficient in the case of symmetric dummy variables since it does not require adding extra dimensions. The Jaccard index is also more general than the SMC and can be used to compare other data types than just vectors of binary attributes, such as probability measures.

See also Rand index

Notes

Worked examples

Example 1 — a first encounter with Simple matching coefficient

Start with the simplest possible case. Write down what Simple matching coefficient claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In mathematics, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Simple matching coefficient before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Simple matching coefficient ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Simple matching coefficient

In research
Simple matching coefficient appears in mathematics research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Simple matching coefficient in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Simple matching coefficient is common in secondary-school and first-year university syllabi. It links to neighbouring topics Clustering criteria, Index numbers, Measure theory, so understanding it makes those chapters shorter.
In everyday life
Look for Simple matching coefficient outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Simple matching coefficient in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Simple matching coefficient means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Simple matching coefficient out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Simple matching coefficient in simple terms?

The simple matching coefficient (SMC) or Rand similarity coefficient is a statistic used for comparing the similarity and diversity of sample sets. Given two objects, A and B, each with n binary attributes, SMC is defined as: SMC = number of matching attributes total number of attributes = M 00 + M…

Why does Simple matching coefficient matter?

Because it connects several mathematics ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Simple matching coefficient?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Simple matching coefficient.

Tags

  • Clustering criteria
  • Index numbers
  • Measure theory
  • Similarity measures
  • String metrics

Keep exploring