Post
Topic
Board Meta
Re: Activity & new membergroup limits
by
Meni Rosenfeld
on 18/06/2013, 21:10:31 UTC
time = number of two-week periods in which you've posted since your registration
activity = min(time * 14, posts)
I don't like it.

It embodies the assumption that any post above once per day (averaged over two weeks) is not contributing; which I do not agree with.

At the very least number of posts per day should be increased, e.g. min(time * 28, posts).

And you should consider more sophisticated metrics such as sum of f(x) over all two-week periods, f(x) being x / (1 + sqrt(x/14)) or x / (1 + x/28).

Time spent logged in will also be useful to include as a component.