<p><pre><code> ; Ignore the most recent 5 comments since they may still be gaining votes.
; Also ignore the highest-scoring comment, since possibly a fluff outlier.
(def comment-score (user)
(aif (check (nthcdr 5 (comments user 50)) [len> _ 10])
(avg (cdr (sort > (map !score (rem !deleted it)))))
nil))</code></pre>
Pretty damn sure they're combined, despite being representative of entirely different values.<p>You can get more considered stats using <a href="http://searchyc.com" rel="nofollow">http://searchyc.com</a>