Strategy for Information Markets/Information Cascades

From testwiki
Revision as of 23:22, 6 May 2012 by imported>QUBot (Adding BookCat to uncategorised page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Conditional Probability

If Pr(A|B)= "Probability of A given B" or "Probability of A conditioned on B"

then,

Pr(A|B)=Pr(A AND B)Pr(B)


Bayes' Rule

Pr(B|A)=Pr(A|B)Pr(B)Pr(A|B)Pr(B)+Pr(A|NotB)Pr(NotB)

Condorcet Jury Theorem

Binomial Distribution

If the probability of one success is  p, then

Pr(k successes in n trials)=(nk)pk(1p)(nk)

while

  • pk  stands for the probability of a particular  k trial being a success
  • (1p)(nk) stands for the probability of a particular  (nk) trial being a failure


and in math,

  • (nk)=n!k!(nk)!


Group Decision/Voting

In order to determine if a group decision/voting is correct, the number of successes  C needs to be more than half of  n. The following formula derived from the Binomial Distribution Function tells the chance of the right group decision.

In the case here, by eliminating the situation that the vote is a tie, let's assume that the number of votes  n is odd so that  C could be more than half of  n.

Therefore,

Pr(C)=k=n+12n(nk)pk(1p)(nk)

Influence-Dependent Model of Group Decision/Voting

In daily lives, people usually make votes with other influences, instead of absolutely independent decision making. Let's derive another model to determine the probability of correct group decision on other influences.

Let

  • p= the probability of being correct
  • C= the group makes the correct decision (more than half of the votes are correct)
  • PI= the probability of the influence being correct
  • α= the probability of the voter following the influence to make decision
  • Pr(Voter votes correctly)=(1α)p+αPI
  • PT=Pr(Voter Correct|Influence Correct)=(1α)p+α= the probability of the voter being correct if the influence is correct
  • PF=Pr(Voter Correct|Influence Wrong)=(1α)p= the probability of the voter being correct if the influence is wrong


Therefore,


Pr(Group Correct)=Pr(Influence Correct)Pr(Group Correct|Influence Correct)

+Pr(Influence Wrong)Pr(Group Correct|Influence Wrong)


Pr(C)=PIk=n+12n(nk)PTk(1PT)(nk)+(1PI)k=n+12n(nk)PFk(1PF)(nk)

Central Limit Theorem

Let x1,x2,...,xn be a series of independently and identically distributed random variables. The mean of these variables is μx and the variance is σx2.

Let y=1n(x1+x2+...+xn).

When n gets larger, y gets closer to be a random variable that is normally distributed and has mean μy=μx and variance σy2=σx2n Template:BookCat