Information Diffusion
Dr. Aron Culotta
Illinois Institute of Technology
With some figures from Networks and Markets: Reasoning about a highly connected world, David Easley and Jon Kleinberg
Two possibilities:
50%: urn has 2 red marbles, 1 blue
50%: urn has 1 red marble, 2 blue
Sequential decisions:
** First student **
** First student **
** Second student **
** Second student **
** Third student **
** Third student **
** Fourth Student**
Axiom of probability:
$$ P(A|B) = \frac{P(A,B)}{P(B)}$$divide by $P(B)$:
$$ P(A|B) = \frac{P(A) P(B|A)}{P(B)} \bf{\hbox{ Bayes Rule }}$$Let $B$ = urn is majority blue
Let $R$ = urn is majority red.
Let $b_i$ = student $i$ draws a blue ball
Let $r_i$ = student $i$ draws a red ball
At start of experiment:
Probability of drawing a blue ball from a blue urn?
** Student 1 draws a blue marble:**
$$P(B|b_1)=?$$Use Bayes Rule $ P(A|B) = \frac{P(A) P(B|A)}{P(B)} $
$$\begin{align} P(B|b_1)&=&\frac{P(B)P(b_1|B)}{P(b_1)}\\ &=&\frac{\frac{1}{2} * \frac{2}{3}}{P(B)P(b_1|B) + P(R)P(b_1|R)}\\ &=&\frac{\frac{1}{2} * \frac{2}{3}}{\frac{1}{2} * \frac{2}{3} + \frac{1}{2} * \frac{1}{3}}\\ &=&\frac{\frac{1}{2} * \frac{2}{3}}{\frac{1}{2}}\\ &=&\frac{2}{3} \end{align}$$Thus, student guesses blue, since that is the most probable.
Student 3
$$
\begin{align}
P(B|b_1, b_2, r_3) &=& \frac{P(B)P(b_1, b_2, r_3|B)}{P(b_1, b_2, r_3)}\\
&=& \frac{\frac{1}{2}(\frac{2}{3}*\frac{2}{3}*\frac{1}{3})}{P(b_1, b_2, r_3)}\\
&=& \frac{\frac{1}{2}(\frac{2}{3}*\frac{2}{3}*\frac{1}{3})}{P(B)P(b_1, b_2, r_3|B) + P(R)P(b_1, b_2, r_3|R)}\\
&=&\frac{\frac{2}{27}}{\frac{1}{9}}\\
&=&\frac{2}{3}
\end{align}
$$
** Student n **