- UID
- 223239
- 帖子
- 374
- 主题
- 173
- 注册时间
- 2011-7-11
- 最后登录
- 2016-4-21
|
78#
发表于 2012-3-22 14:36
| 只看该作者
analyst expects that 20% of all publicly traded companies will experience a decline in earnings next year. The analyst has developed a ratio to help forecast this decline. If the company is headed for a decline, there is a 90% chance that this ratio will be negative. If the company is not headed for a decline, there is only a 10% chance that the ratio will be negative. The analyst randomly selects a company with a negative ratio. Based on Bayes' theorem, the updated probability that the company will experience a decline is:
Given a set of prior probabilities for an event of interest, Bayes’ formula is used to update the probability of the event, in this case that the company we have already selected will experience a decline in earnings next year. Bayes’ formula says to divide the Probability of New Information given Event by the Unconditional Probability of New Information and multiply that result by the Prior Probability of the Event. In this case, P(company having a decline in earnings next year) = 0.20 is divided by 0.26 (which is the Unconditional Probability that a company having an earnings decline will have a negative ratio (90% have negative ratios of the 20% which have earnings declines) plus (10% have negative ratios of the 80% which do not have earnings declines) or ((0.90) × (0.20)) + ((0.10) × (0.80)) = 0.26.) This result is then multiplied by the Prior Probability of the ratio being negative, 0.90. The result is (0.20 / 0.26) × (0.90) = 0.69 or 69%. |
|