EN: Conditional probability, multiplication / addition / total-probability rules, Bayes' theorem, and expected-value tree analysis.
VN: Xác suất có điều kiện, các quy tắc cộng/nhân, định lý Bayes và cây kỳ vọng.
EN: Probability of A given that B has occurred.
VN: Xác suất A xảy ra khi đã biết B.
P(rain) = 30%, P(rain AND traffic jam) = 24%. Compute P(traffic jam | rain).
P(stock up) = 0.6. P(GDP growth | stock up) = 0.8. Compute P(stock up AND GDP growth).
Mutually exclusive events: \(P(AB) = 0\) → \(P(A \cup B) = P(A) + P(B)\).
P(stock up) = 0.55, P(bond up) = 0.40, P(both up) = 0.25. Compute P(at least one up).
EN: Decompose P(A) by conditioning on a set of mutually exclusive, exhaustive scenarios \(S_i\).
VN: Phân rã P(A) theo các kịch bản loại trừ và trọn vẹn.
Recession 30% (P(default | rec) = 25%); Normal 50% (P(default | nor) = 5%); Boom 20% (P(default | boom) = 1%). Find unconditional P(default).
EN: Update prior beliefs given new evidence — invert the conditioning.
VN: Cập nhật xác suất tiên nghiệm khi có thông tin mới — đảo điều kiện.
5% of stocks "fail" within a year. A model flags 90% of failures (true-positive) but also flags 10% of survivors (false-positive). Given a stock is flagged, what is the probability it actually fails?
Outcomes: 30% chance of $10, 50% of $5, 20% of −$3. Compute E(X).
A stock has 30% prob of +20%, 50% prob of +5%, 20% prob of –10%. Compute E(R) and σ.
EN: Unconditional expected value = weighted average of expected values across mutually exclusive, exhaustive scenarios.
VN: Kỳ vọng không điều kiện = trung bình có trọng số của kỳ vọng theo từng kịch bản.
Recession 30% (E(R)=−5%), Normal 50% (E(R)=8%), Boom 20% (E(R)=20%). Compute unconditional E(R).