Last active
May 20, 2018 18:32
-
-
Save dcimring/073230dca20d91dcf798a7c77b77c55b to your computer and use it in GitHub Desktop.
Network Effect Growth Models
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
n | linear | n^2 | log(n) | |
---|---|---|---|---|
1 | 1 | 1 | 0 | |
2 | 2 | 4 | 0.7 | |
10 | 10 | 100 | 2.3 | |
100 | 100 | 10000 | 4.6 | |
1000 | 1000 | 1000000 | 6.9 | |
1000000 | 1000000 | 1000000000000 | 13.8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment