tea.mathoverflow.net - Discussion Feed (For your statistical amusement: questions/comments/votes per day.) Sun, 04 Nov 2018 13:39:30 -0800 http://mathoverflow.tqft.net/ Lussumo Vanilla 1.1.9 & Feed Publisher Ben Webster comments on "For your statistical amusement: questions/comments/votes per day." (4022) http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=4022#Comment_4022 http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=4022#Comment_4022 Tue, 23 Mar 2010 14:53:32 -0700 Ben Webster Incidentally, how many of us would have believed before this project that it would average as low as 2 closed questions a day? Not I.

]]>
Mark Meckes comments on "For your statistical amusement: questions/comments/votes per day." (3981) http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3981#Comment_3981 http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3981#Comment_3981 Mon, 22 Mar 2010 10:56:26 -0700 Mark Meckes Steve Huntsman comments on "For your statistical amusement: questions/comments/votes per day." (3978) http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3978#Comment_3978 http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3978#Comment_3978 Mon, 22 Mar 2010 09:33:47 -0700 Steve Huntsman Harry Gindi comments on "For your statistical amusement: questions/comments/votes per day." (3977) http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3977#Comment_3977 http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3977#Comment_3977 Mon, 22 Mar 2010 09:33:22 -0700 Harry Gindi
;) ]]>
Anton Geraschenko comments on "For your statistical amusement: questions/comments/votes per day." (3974) http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3974#Comment_3974 http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3974#Comment_3974 Mon, 22 Mar 2010 09:05:46 -0700 Anton Geraschenko <sigh> ... try to teach a man to fish, and he'll say, "Haha, you're a fishing rod!"

]]>
Mark Meckes comments on "For your statistical amusement: questions/comments/votes per day." (3968) http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3968#Comment_3968 http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3968#Comment_3968 Mon, 22 Mar 2010 04:40:50 -0700 Mark Meckes Anton Geraschenko comments on "For your statistical amusement: questions/comments/votes per day." (3962) http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3962#Comment_3962 http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3962#Comment_3962 Sun, 21 Mar 2010 22:36:09 -0700 Anton Geraschenko Yup, the bodies of posts are stored in attributes. That's not how it is in the actual dump of the database, but that's the way the SO public dump is done, and I thought it was worthwhile to copy their format pretty exactly since I assumed they'd thought it out carefully.

]]>
Mariano comments on "For your statistical amusement: questions/comments/votes per day." (3961) http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3961#Comment_3961 http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3961#Comment_3961 Sun, 21 Mar 2010 22:10:51 -0700 Mariano Wow. The bodies of posts are stored in attributes! Wow.

]]>
Anton Geraschenko comments on "For your statistical amusement: questions/comments/votes per day." (3960) http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3960#Comment_3960 http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3960#Comment_3960 Sun, 21 Mar 2010 21:35:23 -0700 Anton Geraschenko By the way, Scott is getting these stats out of the public dump, and you can easily harvest this (and other) data yourself. For example, to get the number of questions closed on each day, you could simply run the command

grep -o 'ClosedDate="[^"]*"' posts.xml | sed -e 's/ClosedDate="//' -e 's/T.*$//' | sort | uniq -c

This finds questions which have a "ClosedDate" property, extracts the date, and then sorts and counts the number of times each date appears. You can then paste the result into a spreadsheet and have fun. You have to do slightly more to get the days where no questions were closed. Here's a graph of number of questions closed each day, along with a running average:
graph

(This only counts questions that were closed but not deleted. We don't include deleted posts in the public dump.)

]]>
Mark Meckes comments on "For your statistical amusement: questions/comments/votes per day." (3959) http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3959#Comment_3959 http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3959#Comment_3959 Sun, 21 Mar 2010 20:04:18 -0700 Mark Meckes Ben Webster comments on "For your statistical amusement: questions/comments/votes per day." (3958) http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3958#Comment_3958 http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3958#Comment_3958 Sun, 21 Mar 2010 19:03:00 -0700 Ben Webster So wait, you deliberately confused us? Is the closed per day graph too bumpy? a running average would be nice to see, since while I can tell that things deflect downward, it's hard to say by how much. Maybe you could put up the data on many eyes, or as a google doc?

]]>
Harry Gindi comments on "For your statistical amusement: questions/comments/votes per day." (3954) http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3954#Comment_3954 http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3954#Comment_3954 Sun, 21 Mar 2010 12:00:25 -0700 Harry Gindi @Scott: I saw the shape of that graph and didn't even bother to look at the axes.

]]>
Scott Morrison comments on "For your statistical amusement: questions/comments/votes per day." (3952) http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3952#Comment_3952 http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3952#Comment_3952 Sun, 21 Mar 2010 10:21:32 -0700 Scott Morrison I presumed everyone would correctly infer that although I'd extracted "questions closed per day" I'd graphed the partial sums, per Anton's suggestion...

]]>
Harry Gindi comments on "For your statistical amusement: questions/comments/votes per day." (3942) http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3942#Comment_3942 http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3942#Comment_3942 Sat, 20 Mar 2010 21:14:54 -0700 Harry Gindi @Steve: That's per day according to Scott.

Edit: Ah, I see, he was mistaken. That's most certainly not per day.

]]>
Steve Huntsman comments on "For your statistical amusement: questions/comments/votes per day." (3941) http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3941#Comment_3941 http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3941#Comment_3941 Sat, 20 Mar 2010 20:59:22 -0700 Steve Huntsman Harry Gindi comments on "For your statistical amusement: questions/comments/votes per day." (3940) http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3940#Comment_3940 http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3940#Comment_3940 Sat, 20 Mar 2010 20:32:33 -0700 Harry Gindi More bad posts being made, or more bad posts being caught do you think?

]]>
Scott Morrison comments on "For your statistical amusement: questions/comments/votes per day." (3934) http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3934#Comment_3934 http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3934#Comment_3934 Sat, 20 Mar 2010 17:35:26 -0700 Scott Morrison Here's the data for questions closed per day

Cumulative closed questions

]]>
Anton Geraschenko comments on "For your statistical amusement: questions/comments/votes per day." (3933) http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3933#Comment_3933 http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3933#Comment_3933 Sat, 20 Mar 2010 17:34:20 -0700 Anton Geraschenko I think it's easier to see what's happening if you plot the cumulative values (i.e. "total number of X up to a given day").

@fgdorais: comments don't show the strong initial peak because you need 50 reputation to comment on other peoples' posts. Votes also has a subdued peak because you need to get a small amount of reputation (15) before you can vote.

]]>
Tom Leinster comments on "For your statistical amusement: questions/comments/votes per day." (3930) http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3930#Comment_3930 http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3930#Comment_3930 Sat, 20 Mar 2010 16:22:23 -0700 Tom Leinster Thanks, Scott! Interesting.

]]>
Harry Gindi comments on "For your statistical amusement: questions/comments/votes per day." (3926) http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3926#Comment_3926 http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3926#Comment_3926 Sat, 20 Mar 2010 14:39:51 -0700 Harry Gindi Oh, could you add a graph for questions closed per day? I want to see if it really spiked during finals.

]]>
Mariano comments on "For your statistical amusement: questions/comments/votes per day." (3925) http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3925#Comment_3925 http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3925#Comment_3925 Sat, 20 Mar 2010 14:22:07 -0700 Mariano Could you adorn the graphs with trend lines? /me is lazy...

]]>
François G. Dorais comments on "For your statistical amusement: questions/comments/votes per day." (3924) http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3924#Comment_3924 http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3924#Comment_3924 Sat, 20 Mar 2010 14:14:32 -0700 François G. Dorais Neat! Thanks Scott!

Any technical reason why comments don't show as strong initial peak in October as the other graphs do?

]]>
Scott Morrison comments on "For your statistical amusement: questions/comments/votes per day." (3923) http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3923#Comment_3923 http://mathoverflow.tqft.net/discussion/296/for-your-statistical-amusement-questionscommentsvotes-per-day/?Focus=3923#Comment_3923 Sat, 20 Mar 2010 13:16:02 -0700 Scott Morrison Questions per day

Questions

All posts, per day

Posts

Votes per day

Votes

Comments per day

Comments

New users per day

New users

]]>