The unprecedented gap in Methods of Rationality updates prompts musing about whether readership is increasing enough & what statistics one would use; I write code to download FF.net reviews, clean it, parse it, load into R, summarize the data & depict it graphically, run linear regression on a subset & all reviews, note the poor fit, develop a quadratic fit instead, and use it to predict future review quantities.
Then, I run a similar analysis on a competing fanfiction to find out when they will have equal total review-counts. A try at logarithmic fits fails; fitting a linear model to the previous 100 days of _MoR_ and the competitor works much better, and they predict a convergence in <5 years.
Master version: http://www.gwern.net/hpmor#analysis
As far as I understand (and I could be wrong), the primary purpose of HPMOR is to serve as a recruiting tool for Less Wrong and SIAI. Therefore, we don't necessarily want to measure raw readership numbers, but what the advertisers call the "conversion rate": the number of HPMOR readers who join Less Wrong. This rate will be different from raw readership, because once a reader has converted, we no longer care whether he reads HPMOR or not.
In practical terms, the trick with HPMOR is to spend just the right amount of time on updates, in order to release the updates frequently enough to attract new readers (who might otherwise be turned off by what they perceive as a "dead" fanfic) -- yet not so frequently that their marginal utility becomes negative.
That's an interesting angle. I think we actually could measure conversions to some extent.
The survey asks after MoR, and also how long a user has been around, so one could filter for any survey set mentioning MoR and subtract their longevity from the date to figure out what was their 'latest' chapter before joining LW.
A second way which would probably work better is to leverage the usernames in the review data set and compare to a list of LessWrong users & account registration date, to do much the same thing: take every username which appears on both l... (read more)