When I post a question with a bounty, the question generally captures more votes, and I get more rep than I would have otherwise.

In cases where I've offered less than 150 (100 from me, 50 from SO) bounty, I've generally received that reputation back in upvotes.

In other words, by and large, it's free to post bounties with less than 100 of my own rep in the bounty.

Does the SO data dump contain enough information to figure out the site-wide average where a bounty is 'free'?

It would require data on when various votes were given (ie, votes before adding the bounty wouldn't count), the amount of the bounty, etc.

link|improve this question

48% accept rate
I've observed the same behavior. I haven't posted a bountied question on SO but on SU and SF, this happened to me. I can't generalize though as it was on the early days of those sites. – Mehrdad Jan 18 '10 at 19:48
I suspect that reducing the points gained by upvoted questions will change this somewhat. – Andrew Grimm Jun 11 '10 at 0:15
feedback

1 Answer

up vote 7 down vote accepted

Using StackQL, I found you'll get about 30 extra rep (score 2.499377 higher) on average:

  1. Average score for bounty questions
  2. Date of first bounty question (because average score changes over time, we need to compare only on the same date range)
  3. Subtract average score for non-bounty questions since date obtained in (2) from number obtained in (1)

I could write that all as one query, but this was easier.

If you want to know if there were any "free" bounties, you could try dividing the numbers rather than subtracting. Then take the ratio you obtained and look for bounty questions < 100 whose score / that ratio is still > 10. Those questions earned on average enough "extra" rep to cover the cost of the bounty. Trying that yields this query on stackql. It shows only two possible questions, both of which are community wiki.

link|improve this answer
That's an interesting way to measure it. Thanks! – Adam Davis Jan 18 '10 at 20:01
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged