I am currently writing a paternity probability calculator. I am struggling with finding the correct statistical approach to determining probability based on blood type and on eye colour.
For example, assume the following family:
Blood Type Eye Colour
Alleged Father A Blue
Mother AB Blue
Child A Green
A father of type A and a mother of type B can produce the following blood types for their child:
Child's possible blood types Occurrence
A 50%
B 25%
AB 25%
O 0%
A father of eye colour Blue and a mother of eye colour Blue can produce a child of the following eye colours:
Child's possible eye colours Occurrence
Brown 0%
Blue 90%
Green 10%
I would like to provide the probability of paternity for the alleged father given this data. I am struggling with the following:
If the father is of blood type
Aand the mother isB, then knowing that the child isAshould increase our confidence in the paternity of the father - Because we eliminated the less likely results (e.g.O) from the equation.Should I start the calculation at a "pseudo-random" value (say 50%), then multiply this value using a confidence factor derived from the occurrence percentage?
How to derive the confidence factor from the occurrence percentage? In this case, even though the occurrence of blood type
Ais 50%, it seams that I should multiply the pseudo-random value by a factor above 1. If the blood type of the child would beBinstead, it also seems that the factor should be above 1, but less than blood typeAwould be. If the child's blood type would beO, the multiplication factor should be zero.