An individual is said to be inbred if there is a loop in its
pedigree chart. A loop is defined as a path that runs from an individual up to the
common ancestor through one parent and back down to the other parent, without going through any individual twice. The number of loops is always the number of common ancestors the parents have. If an individual is inbred, the coefficient of inbreeding is calculated by summing all the probabilities that an individual receives the same allele from its father's side and mother's side. As every individual has a 50% chance of passing on an allele to the next generation, the formula depends on 0.5 raised to the power of however many generations separate the individual from the common ancestor of its parents, on both the father's side and mother's side. This number of generations can be calculated by counting how many individuals lie in the loop defined earlier. Thus, the coefficient of inbreeding
f of an individual X can be calculated with the following formula: f_X = \sum_N 0.5^{n - 1} \cdot (1 + f_A) where n is the number of individuals in the aforementioned loop, N is the number of common ancestors (loops), and f_A is the coefficient of inbreeding of the common ancestor of X's parents. To give an example, consider the following pedigree. In this pedigree chart, G is the progeny of C and F, and C is the biological
uncle of F. To find the coefficient of inbreeding of G, first locate a loop that leads from G to the
common ancestor through one parent and back down to the other parent without going through the same individual twice. There are only two such loops in this chart, as there are only 2 common ancestors of C and F. The loops are G – C – A – D – F and G – C – B – D – F, both of which have 5 members. Because the common ancestors of the parents (A and B) are not inbred themselves, f_A = 0. Therefore the coefficient of inbreeding of individual G is f_G = (0.5^4 + 0.5^4)\cdot(1+0) = 12.5\%. If the parents of an individual are not inbred themselves, the coefficient of inbreeding of the individual is one-half the
coefficient of relationship between the parents. This can be verified in the previous example, as 12.5% is one-half of 25%, the coefficient of relationship between an uncle and a niece. == Iterated sibling mating ==