In this article: Metcalfe's law is wrong
There is a calculation:
Imagine a network of 100 000 members that we know brings in $1 million.
So if the network doubles its membership to 200 000
Metcalfe’s law says its value grows by (200 000^2 /100 000^2 ) times, quadrupling to $4 million
Whereas the n*log(n) law says its value grows by 200 000*log(200 000)/100 000*log(100 000) times to only $2.1 million.
My questions are:
- Why grows by (200 000^2 /100 000^2) times? The Metcalfe’s Law is as simple as n^2, how come there is a division ?
- How does the $4 million been calculated?
Because Metcalfe's law is used for calculating the proportional value of a network based on the "number of connections." In the article they are calculating the percentage of growth. So you take the new value and divide it by the old value.
Because 200,0002/100,0002 gives you an answer of 400% or 4 times the original value. 4 * 1 = 4