Probabilistic-Record-Linkage-MatLab

版本 1.0.0 (9.6 KB) 作者: Arindam Kumar Paul
A probabilistic approach to record linkage using Fellegi-Sunter framework with difference matrix .
8.0 次下载
更新时间 2019/7/4

A probabilistic approach to record linkage using Fellegi-Sunter framework using MatLab . It can be used with any versions of MatLab . Functions are :

readfile % Read any two data file to be linked.

caldiffmatrix(a3,b3); %Calculate difference matrix, the difference of each row of a %datafile from another.
calcofu(a3,b3); %Calculation of U-Probability using frequency of data.
calcweight(A,us); % Calculating weight of each filed using M and U- Probability , %assuming M = 0.99
calcsumofweight(weight); %Calculate weight summation for every linked pair .

Example :
b3 = readfile('b3.csv');
a3 = readfile('a3.csv');
A = caldiffmatrix(a3,b3);
us = calcofu(a3,b3);
weight = calcweight(A,us);
sum = calcsumofweight(weight);

引用格式

Arindam Kumar Paul (2024). Probabilistic-Record-Linkage-MatLab (https://github.com/arindampaulripon/Probabilistic-Record-Linkage-MatLab), GitHub. 检索时间: .

MATLAB 版本兼容性
创建方式 R2018a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Characters and Strings 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

无法下载基于 GitHub 默认分支的版本

版本 已发布 发行说明
1.0.0

要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库