Skip to main content
Version: Current (1.x)

Advanced Topics

Advanced topics for LinXmart and linkage.

📄️ Probabilistic record linkage

Probabilistic linkage, so called because it uses conditional probabilities to compute likelihoods, is one of the most common methods used for record linkage. In this approach, records are compared on a pairwise basis. A comparison of two records involves comparing all the individual fields. Each field comparison results in a score based on specific weights assigned to that field. These scores are summed up for the pair comparison, and if this summed score is over a specific threshold, the two records are designated a match.