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?