May 20th, 2008, 10:42 pm
Perhaps it would be better to approach this from the individual book's perspective.For instance a book has 7 ratings, with an average of 8 and variance of 9. And let's say the global variance is 5, global mean 6.So knowing the local and global averages and variances for this book, what's the best guess estimate we can make for future ratings for this book? In other words, for this book's "true" mean rating?I believe a varLocal/varGlobal weighting factor should be somewhere in there, as I would presume that if the local variance is low, the local mean should have a higher weight. So a model would be something like:[EDIT: The equation is wrong, it should be divided by the square root factor not multiplied by, and the factor should be CountGlobal/CountLocal - but I didn't want to redo the Latex ]Which in our instance would be:alpha*(9/5)/sqrt(10000/7)*(6-8) + 8Where alpha is some scalar. Which if alpha is 1, would be 7.905.Does anyone have any suggestions that would be an improvement over this formula?
Last edited by
Kadence on May 20th, 2008, 10:00 pm, edited 1 time in total.