问题如下:
Continue the application of Bayes’ rule to compute the probability that a manager is a star after observing two years of “high” returns.
选项:
解释:
Consider the three scenarios: (High, High), (High, Low) and (Low, Low). We are interested in Pr (Star|High, High) using Bayes’ rule, this is equal to
Pr(High, High|Star)Pr(Star) /Pr(High, High).
Stars produce high returns in 20% of years, and so Pr(High, High|Star) = 20% * 20% Pr (Star) is still 10%.
Finally, we need to compute Pr (High, High), which is Pr(High, High|Star) Pr(Star) + Pr(High, High|Normal)Pr(Normal).
This value is 20% * 20% * 10% + 5% * 5% = 90% = 0.625%. Combing these values,
20% * 20% * 10%/0.625%=64%
This is a large increase from the 30% chance after one year.
这道题题目在哪里啊