Zirak / SO-ChatBot

Other
124 stars 60 forks source link

!!stat's q:a ratios are trash #196

Open kendfrey opened 10 years ago

kendfrey commented 10 years ago

For example, as of today I have "asked 53 questions, gave 598 answers, for a q:a ratio of 53:598" No shit.

q:a ratios should be rounded down so that they either:

  1. have both numbers <10 (and while you're at it, a GCD of 1)
  2. have one of the numbers =1

Good: 1:5, 7:2, 16:1, 1:3 Bad: 13:74, 15:4, 170:11, 3:9

SomeKittens commented 10 years ago

I like it.

kendfrey commented 10 years ago

Here's a quick algorithm I wrote. http://jsfiddle.net/kendfrey/RPnL9/1/