Jump to content

Simple matching coefficient

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Bamyers99 (talk | contribs) at 20:57, 13 March 2015 (Stub-sorting. You can help!). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The Simple Matching Coefficient (SMC) is a statistic used for comparing the similarity and diversity of sample sets.[1]

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

Where:

represents the total number of attributes where A and B both have a value of 1.
represents the total number of attributes where the attribute of A is 0 and the attribute of B is 1.
represents the total number of attributes where the attribute of A is 1 and the attribute of B is 0.
represents the total number of attributes where A and B both have a value of 0.

See also

Notes