Hello all, Im trying to use the entropy measure to calculate related and unrelated diversification and Im having a real go of it.
Im using the Palepu 1985 measures where:
Total diversification =
DT = sum across groups - Pi* In(1 /Pi)
Related diversification =
DRj = sum across groups - Pi(of j)*ln(1/Pi(of j))
Total related diversification =
DR = sum across groups - DRj*Pj
Unrelated diversification =
DU = sum across groups - Pj*ln(1/Pj)
In the paper, he even posts a table to illustrate hypothetical calculations. However, I can not for the life of me reproduce them.
For example:
Sales Diversification Index
Group 1 (2-digit) Group 2 (2-digit)
Total Seg1 Seg2 Seg1 Seg2 Seg3 Total Related Unrelated
100 100 0 0 0
100 95 5 .2 .2 0
100 90 10 .32 .32
100 80 10 10 .64 .32 .32
100 70 20 10 .80 .48 .32
100 60 10 10 10 10 1.23 .62 .61
For example...For the second row, I keep trying the following
=95/100*(log(100/95)) = .021
=5/100*(log(100/5)) = .065
.065+.021 = .086, which does not equal .2
Can anyone help with this? Before I can write code to calculate this across firms, I need to get my head wrapped around it conceptually first. So I can at least go back and calculate a few to make sure things line up. I attached the article Im using for reference.
Thanks to anyone who can help!