In a social network modeled with a Barabasi-Albert random graph, what is the average ratio of the number of people with one friend to the number of people with three friends?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The number of friends a person has is the degree of their node in the social network. For a Barabasi-Albert graph, we know the degree distribution is
p ( k ) = c k − 3
where k is the degree number and c is a constant. The ratio of people with one friend to people with three friends is then
p ( 3 ) p ( 1 ) = c ( 3 − 3 ) c ( 1 − 3 ) = 1 / 2 7 1 = 2 7