题目
An analyst estimates that 20% of high-risk bonds will fail (go bankrupt). If she applies a bankruptcy prediction model, she finds that 70% of the bonds will receive a “good” rating, implying that they are less likely to fail. Of the bonds that failed, only 50% had a “good” rating. Use Bayes’ formula to predict the probability of failure given a “good” rating. (Hint, let P(A) be the probability of failure, P(B) be the probability of a “good” rating, P(B | A) be the likelihood of a “good” rating given failure, and P(A | B) be the likelihood of failure given a “good” rating.)
选项
A.5.7%
B.14.3%
C.28.6%
答案
B
解析
B is correct. With Bayes’ formula, the probability of failure given a “good” rating is whereP(A) = 0.20 = probability of failureP(B) = 0.70 = probability of a “good” ratingP(B | A) = 0.50 = probability of a “good” rating given failureWith these estimates, the probability of failure given a “good” rating is If the analyst uses the bankruptcy prediction model as a guide, the probability of failure declines from 20% to 14.3%. B正确。题目考察的就是贝叶斯公式的运用。 根据题意可知: 债券破产的概率:P(A) = 0.20 债券获得“良好”评级的概率为:P(B) = 0.70 在给定债券破产的前提下获得“良好”评级的概率为:P(B | A) = 0.50 那么,根据贝叶斯公式,在获得“良好”评级的前提下,债券破产概率: