- Probability - Basic Terminology
- Two Defining Properties of Probability
- Empirical, Subjective and Priori Probability
- State the Probability of an Event as Odds
- Unconditional and Conditional Probabilities
- Multiplication, Addition and Total Probability Rules
- Joint Probability of Two Events
- Probability of Atleast One of the Events Occuring
- Dependent Vs. Independent Events in Probability
- Joint Probability of a Number of Independent Events
- Unconditional Probability Using Total Probability Rule
- Expected Value of Investments
- Calculating Variance and Standard Deviation of Stock Returns
- Conditional Expected Values
- Calculating Covariance and Correlation
- Expected Value of a Portfolio
- Variance and Standard Deviation of a Portfolio
- Bayes’ Theorem
- Multiplication Rule of Counting
- Permutation and Combination Formula
Conditional Expected Values
We can use the concept of conditional probabilities to arrive at the conditional expected values. Conditional expected values are conditional based on another event. For example, expected value of a random variable X given scenario S. A practical example would be to find the expected returns from a stock given rising inflation.
The total probability rule can be stated in terms of the expected values as follows:
E(X) = E(X | S1)P(S1) + E(X | S2)P(S2) + … + E(X | Sn)P(Sn)
Where the scenarios S1, S2, …Sn are mutually exclusive and exhaustive.
Example Using Tree Diagram
The following diagram shows the returns from a stock under different inflationary scenarios.
Conditional Expected Value
The diagram shows that the probability of high inflation is 0.70 and the probability of low inflation is 0.30. Given high inflation, the probability of getting a return of 8% is 0.25 and probability of getting a return of 7% is 0.75. Given low inflation, the probability of getting a return of 6% is 0.40 and probability of getting a return of 5% is 0.60.
In the above tree diagram, the values in green are calculated values.
The joint probability of 8% return and high inflation is = 0.25*0.70 = 0.175
The joint probability of 7% return and high inflation is = 0.75*0.70 = 0.525
The joint probability of 6% return and low inflation is = 0.40*0.30 = 0.12
The joint probability of 5% return and low inflation is = 0.60*0.30 = 0.18
The expected return will be calculated as follows:
E(R) = 0.175*8%+0.525*7%+0.12*6%+0.18*5% = 6.695%
Related Downloads
Related Quizzes
Data Science in Finance: 9-Book Bundle
Master R and Python for financial data science with our comprehensive bundle of 9 ebooks.
What's Included:
- Getting Started with R
- R Programming for Data Science
- Data Visualization with R
- Financial Time Series Analysis with R
- Quantitative Trading Strategies with R
- Derivatives with R
- Credit Risk Modelling With R
- Python for Data Science
- Machine Learning in Finance using Python
Each book includes PDFs, explanations, instructions, data files, and R code for all examples.
Get the Bundle for $39 (Regular $57)Free Guides - Getting Started with R and Python
Enter your name and email address below and we will email you the guides for R programming and Python.