Skip to content
View in the app

A better way to browse. Learn more.

MagicDuel Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Positive and negative votes "value"

Featured Replies

While taking a look at the formula for calculating the success of a vote , it came to my attention that with the current one the negative votes carry more weight than the positive ones.

The current formula is the following

[spoiler]

Total = Total landscore
Pos = Positive votes
Neg = Negative votes
Abs = Abstain
Null= those who didn't vote anything
p= percentage needed

Formula

P * (Total - Abs) <= Pos - Neg <=>
p * Total - p*Abs <= Pos - Neg (1)

But : Total = Pos + Neg + Abs + Null (2)

So from (1) and (2) <=>

p * Pos + p * Neg + p * Abs + p * Null - p * Abs <= Pos - Neg <=>
p * Pos + p * Neg + p * Null <= Pos - Neg <=>
0<= Pos - Neg - p * Pos - p * Neg - p * Null <=>
0<= (1 - p ) * Pos - (1 + p) * Neg - p * Null

As you can see, the weight of Negative voting is greater than the weight of Positive votes and for bigger p the difference increases (for a p=0,5 (50%) the value of negative votes is 3 times more than the value of the positive ones)

I was trying to think of another formula that could solve this in order each ones landscore would be valued as equally as possible.

So here is the best i could come up with :

p * (Total - Abs + Neg ) <= Pos <=>
p * Total - p * Abs + p * Neg <= Pos <=> (2)
p * Pos + p * Neg + p * Abs + p * Null - p * Abs + p * Neg <= Pos <=>
p * Pos + 2p * Neg + p * Null <= Pos <=>
0<= Pos - p * Pos - 2p * Neg - p * Null<=>
0<= (1 - p) * Pos - 2p * Neg - p * Null

For values of p near 0,33 (33%) the weight of each vote is close to equal resulting in each landscore carrying the same value no matter what the player chose to vote for (or almost the same, p can and should be adjusted according to other factors,ones that prob i'm not aware off )

[/spoiler]

I've made this post first to confirm that i haven't done something wrong in either math or logic and hear other people's opinion on the subject. So please , feel free to comment anything regarding it

P.S to Mods : I wasn't sure where to make the post, if you feel that there is a better place for it , feel free to move it to a more appropriate place.

To me that's just the spirit of it, negative votes are supposed to play a massive role against the vote that's up. That is the point since Mur introduced the balloon votes, one vote against you mirrored in two lost points. If you have a reason to be in favor of something, you vote for it and create a point for the thing. If you have no reason to vote, that's actually a little point against the thing, and if you have a reason against it, it's a big point against the thing.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Forum Statistics

  • Total Topics 17.5k
  • Total Posts 182.2k

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.