CrazYmonkeY159
Expert Member
Hi
My question is related to voting and how to produce a result from the following bottom problem
So I want users to vote on certain things, the outcome has to be 1 singular result. The catch is that voters have associated 'confidence' so confidence can be defined as a percentage, so a voter with a confidence of 80% is 80% sure that the vote that they are making is correct. All easy so far? good
so imagine you have X amount of voters (x1, x2, .. , xn) each with their associated confidences C (c1, c2, .. , cn), they are voting on a choice. so there can be a Y amount of choice (y1, y2, ... ,ym)
My question is, is there an algorithm or way of coming up with the correct output given X and C and Y
I was told taking the most confident voter is not always correct. so if Voter 1 was 70% sure that Choice y4 was correct, but Voter 2 and 3 are 69% sure that y3 is the right vote. then Choice y3 should be the correct answer
I dont know if im being vague or incomplete in my question. any help would be appreciated. Ive looked at how some voting systems work, and none explain how they judge votes.
My question is related to voting and how to produce a result from the following bottom problem
So I want users to vote on certain things, the outcome has to be 1 singular result. The catch is that voters have associated 'confidence' so confidence can be defined as a percentage, so a voter with a confidence of 80% is 80% sure that the vote that they are making is correct. All easy so far? good
so imagine you have X amount of voters (x1, x2, .. , xn) each with their associated confidences C (c1, c2, .. , cn), they are voting on a choice. so there can be a Y amount of choice (y1, y2, ... ,ym)
My question is, is there an algorithm or way of coming up with the correct output given X and C and Y
I was told taking the most confident voter is not always correct. so if Voter 1 was 70% sure that Choice y4 was correct, but Voter 2 and 3 are 69% sure that y3 is the right vote. then Choice y3 should be the correct answer
I dont know if im being vague or incomplete in my question. any help would be appreciated. Ive looked at how some voting systems work, and none explain how they judge votes.
Last edited: