Tagged Questions

5
votes
4answers
3k views

Random number generator that produces a power-law distribution?

I'm writing some tests for a C++ command line Linux app. I'd like to generate a bunch of integers with a power-law/long-tail distribution. Meaning, I get a some numbers very frequently but most of ...
3
votes
2answers
321 views

Power law curve fitting for social network queries

Twitter recently announced that you can approximate the rank of any given twitter user with high accuracy by inputting their follower count in the following formula: exp($a + $b * ...