I've got a list of movies for each of which the following factors are known:
- Number of people that wish to watch the movie in future
- Number of people that have watched the movie
- Number of people that have enjoyed the movie
- Number of people that watched and disliked the movie
- Number of comments on the movie
- Number of page hits (directly or from search engines) for the movie page
So based on the above factors, I am looking for a way to calculate popularity for each of the movies. Is there any known formula or algorithm to calculate the popularity value in such case? Preferred algorithms are those which provide a more efficient way to update the previously calculated popularity value for each item.
