How does the rating work?

The rating ranges from 0 to 10.
A score of 9.10 means that 91% of users rated the post positively.
Votes
Votes from the Tor network are not counted.
To prevent rating manipulation, votes from the same subnets may also be excluded.
To prevent rating manipulation, votes from the same subnets may also be excluded.
Calculation
The rating is calculated using a confidence interval, so it becomes more accurate as more votes are received.
Rating = ((p + z² / (2n) - z * √((p(1 - p) + z² / (4n)) / n)) / (1 + z² / n)) * 10
p = likes / (likes + dislikes)
n = likes + dislikes
z = 1.28
Rating = ((p + z² / (2n) - z * √((p(1 - p) + z² / (4n)) / n)) / (1 + z² / n)) * 10
p = likes / (likes + dislikes)
n = likes + dislikes
z = 1.28