middlegame
New member
- Joined
- Dec 9, 2008
- Messages
- 2
I'm working at a company that needs to match doctors on a health care claim to a list of doctors in a network. In some cases all we have is the name and an address. The general problem is larger than this but here's a question that would help me along:
I have a list of names and each name is associated with exactly one address. No addresses are shared. If I have a claim come in with both a name and an address on it, I separately find the probability (a separate problem) that the name and address typed on the claim match a name and an address from my list (what they type might not match exactly because of transcription errors, etc).
so if I have the probability that the name is a match at .5
and the probability that the address is a match at .5
it would make intuitive sense that the two pieces of evidence together would indicate that the name/address pair has a higher probability than .5 of being the correct match.
How can I put this intuition to practice?
Thanks.
I have a list of names and each name is associated with exactly one address. No addresses are shared. If I have a claim come in with both a name and an address on it, I separately find the probability (a separate problem) that the name and address typed on the claim match a name and an address from my list (what they type might not match exactly because of transcription errors, etc).
so if I have the probability that the name is a match at .5
and the probability that the address is a match at .5
it would make intuitive sense that the two pieces of evidence together would indicate that the name/address pair has a higher probability than .5 of being the correct match.
How can I put this intuition to practice?
Thanks.