What method does Converatron use to store/tally the ratings on threads?
I've wanted to improve the way I've been doing it on my haunted house site, but haven't done much better yet than this:
newrating=(oldrating+(.1*vote))/1.1
I suppose I should have payed better attention to my gf's statistics books.
I've wanted to improve the way I've been doing it on my haunted house site, but haven't done much better yet than this:
newrating=(oldrating+(.1*vote))/1.1
I suppose I should have payed better attention to my gf's statistics books.