033概率中等数值题medium
Three-Regime Bayesian Updating from Daily Returns
题目
A portfolio manager models the market as being in one of three regimes, each equally likely a priori:
- Bull: the stock goes up on any given day with probability .
- Neutral: the stock goes up with probability .
- Bear: the stock goes up with probability .
Days are conditionally independent given the regime. Over three days the stock goes up, up, then down.
(a) What is the posterior probability of each regime?
(b) What is the conditional probability the stock goes up on Day 4?
解题计时
0:00
提交作答时记录,用于后续平均用时统计。
你的答案
(a) P(Bull)
(a) P(Neutral)
(a) P(Bear)
(b) P(Day 4 Up)