SIP simplified voting acceptance formula suggestion

95 views
Skip to first unread message

oron...@gmail.com

unread,
Oct 27, 2016, 10:06:39 AM10/27/16
to scala-sips
Hi,

I watched the October SIP meeting and I have a simplified formula suggestion:

P = Number of votes in favor
N
= Number of votes opposed
T
= Minimum for acceptance
(People can abstain)

So to accept the proposal the following formula must be true:
P - N > T

T is set as the required filter by the committee.
Suggestion: select T as half of the committee members.
Note: T can also be a constant

The logic behind this is that enough people should care to vote in favor, while not enough people care to vote against.


Example:
Committee of 8, so T = 4
  • Proposal A: 4 persons in favor, none against, the rest have no opinion and abstain. The proposal is rejected.
  • Proposal B: 5 persons in favor, none against, the rest have no opinion and abstain. The proposal is accepted.
  • Proposal C: 5 persons in favor, 1 against, the rest have no opinion and abstain. The proposal is rejected.

Rounding when calculating T:
Considering that the condition is `>` in the formula, it is suggested that if indeed T is selected as half the members, then the number will be rounded down.
E.g: Number of committee members is 9, then T will be 4. So if 5 persons in favor with none against will accept the proposal.


Regards,
Oron


Naftoli Gugenheim

unread,
Oct 27, 2016, 2:26:56 PM10/27/16
to scala-sips
How is that more simple than P/N > T (which IIUC it is currently)?
Anyway if a meeting would 1000 voters or 2 the same T would not make sense in your formula, so your formula doesn't suffice.


--
You received this message because you are subscribed to the Google Groups "scala-sips" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scala-sips+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Naftoli Gugenheim

unread,
Oct 27, 2016, 2:30:59 PM10/27/16
to scala-sips
I missed your suggestion of P-N > (P+N)/2 (or is it P-N > (P+N+A)/2 where A is abstainers?)
What is the advantage of that over P/N>T (it's not simpler btw)?

oron...@gmail.com

unread,
Oct 27, 2016, 2:56:05 PM10/27/16
to scala-sips
Notice my definitions of P and N. N is NOT the number of voters or committee members.
Before the October meeting the formula was:
P/Q > 70%, where Q is number of people in the committee quorum (not committee members).
See this discussion why this is bad.

The October meeting changed several things (if I understood correctly):
  • The voting will be among all committee members, even those who did not attend the meeting.
  • They allowed people to abstain
  • The formula was changed to two conditions:
    • (N + P)/M > 50%, where M is the total number of committee members
    • P/M >= 2/3

oron...@gmail.com

unread,
Oct 27, 2016, 3:35:51 PM10/27/16
to scala-sips
The second formula is P/(P+N) >= 2/3

oron...@gmail.com

unread,
Oct 28, 2016, 7:16:47 AM10/28/16
to scala-sips
Reply all
Reply to author
Forward
0 new messages