Say hello to your new top 25 images.
Found an issue with the database structure not properly supporting the formulae.
In the formulae:
QUOTE
weighted rating (WR) = (v ÷ (v+m)) × R + (m ÷ (v+m)) × C
where:
R = average for the image (mean) = (Rating)
v = number of votes for the image = (votes)
m = minimum votes required to be listed in the Top 25 (currently 5)
C = the mean vote across the whole database (currently 9.26)
"R" (average rating for the individual image) was rounded to the nearest number rather than to two decimal places. This was due to how the image ratings were stored in the database. The problem is not the same for the file database because ratings are stored to 2DP in the file database.
The ratings now show to 2DP on the image pages and all the ratings have been recounted and updated to take this into account.
Hopefully this now sorts out this issue that has been important for some people. Thank you Floydian for bring up another example; you caught me at a good time as I've just arrived back at my uni house and sat down infront of my main PC for the first time in 10 days!