Stochastic Calculus: Conditional Expectation

Click For Summary
SUMMARY

The discussion focuses on the calculation of conditional expectations in stochastic calculus, specifically addressing the expression E(X + 2Y | Z). Participants clarify that the values of random variables X and Y depend on the specific value of Z, and not all combinations of X and Y are valid for a given Z. The conversation emphasizes the need to compute the expected value by considering the unique combinations of X and Y for each Z value, and the importance of correctly interpreting the notation E(X | Z) as a function of Z.

PREREQUISITES
  • Understanding of stochastic calculus concepts, particularly conditional expectation.
  • Familiarity with discrete random variables and their probability distributions.
  • Knowledge of basic probability theory, including the use of fair dice in probability calculations.
  • Ability to interpret mathematical notation related to expected values and conditional probabilities.
NEXT STEPS
  • Study the properties of conditional expectation in stochastic processes.
  • Learn how to compute expected values for discrete random variables using probability distributions.
  • Explore the concept of joint distributions and how they relate to conditional expectations.
  • Investigate the application of stochastic calculus in real-world scenarios, such as finance or risk assessment.
USEFUL FOR

Students and professionals in mathematics, statistics, and finance who are looking to deepen their understanding of stochastic calculus and conditional expectations. This discussion is particularly beneficial for those working with probabilistic models and simulations.

WMDhamnekar
MHB
Messages
378
Reaction score
30
Homework Statement
. Suppose we roll two dice, a red and a green one, and let X
be the value on the red die and Y the value on the green die. Let Z = X/Y .
1)Find E[X + 2Y | Z].
2)Let W = E[Z | X]. What are the possible values for W? Give the
distribution of W.
Relevant Equations
Not applicable
1677485869430.png

1677485882966.png

1677485898774.png
 
Physics news on Phys.org
Your answer to 1 is wrong, as you can easily check using some actual values of Z, e.g. for Z = 6, E(X+2Y) = 8.

Your mistake appears to be using global averages for ZY and Z, calculated over all combinations of X and Y. But for a given Z, not all combinations are possible. for example, for Z = 6, 5 or 4, Y can only have the value 1, and X the value of Z. For Z = 1, only combinations with X = Y are possible. Thus E[Y|Z] is not a constant but depends on Z.
 
  • Like
Likes WMDhamnekar
To specify the distribution for a discrete-valued random variable like W you need to specify the set of unique possible values it can take, and the probability of each value.

You have identified above six possible values of W=E[Z|X], each corresponding to a different result X from the red die. Assuming that die is fair, what is the probability of each of those different values?

One thing remains: you need to check wheter any of the six values of W are the same, ie if two different values of X can give the same value of W. If any do, you need to combine them by adding their probabilities.
 
  • Informative
Likes WMDhamnekar
I prepared two tables. Now how to compute E[X +2Y| Z]

1677775045533.png


1677775055629.png
 
For instance, for Z=1 in the second table, you have 6 equally likely possibilities for (X,Y): (1,1), (2,2), (3,3), (4,4), (5,5), (6,6).
In your first table, that gives: P(X+2Y | Z=1) = P( X+2Y = 3,6,9,12,15,18 | Z=1) = 1/6.

Likewise, for Z=1/2 in the second table, you have 3 equally likely possibilities for (X,Y): (1,2), (2,4), (3,6).
In your first table, that gives: P(X+2Y | Z=1/2) = P( X+2Y = 5,10,15 | Z=1/2) = 1/3.
Etc.
For each value of Z, you get a distribution of X+2Y values that sum to 1.
I don't see a short-cut way to calculate the expected value. I guess you might just have to tediously calculate it.
 
I'm a bit confused on your notation. Generally, in an expression E(X|Y), Y is an event, and X,Y are events in the same sample space. Maybe you mean E(X| Z=Zo) ?
 
  • Like
Likes FactChecker
FactChecker said:
For instance, for Z=1 in the second table, you have 6 equally likely possibilities for (X,Y): (1,1), (2,2), (3,3), (4,4), (5,5), (6,6).
In your first table, that gives: P(X+2Y | Z=1) = P( X+2Y = 3,6,9,12,15,18 | Z=1) = 1/6.

Likewise, for Z=1/2 in the second table, you have 3 equally likely possibilities for (X,Y): (1,2), (2,4), (3,6).
In your first table, that gives: P(X+2Y | Z=1/2) = P( X+2Y = 5,10,15 | Z=1/2) = 1/3.
Etc.
For each value of Z, you get a distribution of X+2Y values that sum to 1.
I don't see a short-cut way to calculate the expected value. I guess you might just have to tediously calculate it.
E[ X + 2Y | Z] = [3 + 6 + 9 + 12 + 15+ 18 =63]* 1/6 = 10.5 + [5 +10+15]*1/12= 2.5 + [7+ 14]*1/18 =1.1667 + [9 + 11 + 13 +12 + 11+ 13+ 6 + 10 +14 + 7 +9 + 11 +13 +17 + 8 +16 =179]*1/36 = 4.9722222 +[4 +8 +12=24]*1/12=2 + [ 8 +16=24]*1/18 = 1.33333 +[5 + 10 = 15]*1/18 =0.8333333 + [7 +14=21]*1/18 = 1.1667 = 24.47223
 
I guess that's right (I haven't checked your calculations). But I do have the same question as @WWGD.
Does the notation E(X+2Y | Z) mean the function, f(z), of z, f(z) = E(X+2Y | Z=z)? Or does it mean that you take an expected value over all possible values of Z as you did?
 
FactChecker said:
I guess that's right (I haven't checked your calculations). But I do have the same question as @WWGD.
Does the notation E(X+2Y | Z) mean the function, f(z), of z, f(z) = E(X+2Y | Z=z)? Or does it mean that you take an expected value over all possible values of Z as you did?
Suppose we roll two dice, one is red one and another one is green one. If we let the values on flipping the two dice be X and Y. ( X for the value on red die and Y for the value on green die). Then obviously X and Y values both lies in the same sample space and Z, the function of X and Y will take the value Z = X/Y.
 
  • #10
WMDhamnekar said:
Suppose we roll two dice, one is red one and another one is green one. If we let the values on flipping the two dice be X and Y. ( X for the value on red die and Y for the value on green die). Then obviously X and Y values both lies in the same sample space and Z, the function of X and Y will take the value Z = X/Y.
I think that your interpretation of E(X+2Y | Z) is the likely correct one. You are keeping Z as a random variable rather than defining a specific event, Z=##z_0##.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
1K
Replies
0
Views
886
  • · Replies 29 ·
Replies
29
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 0 ·
Replies
0
Views
2K
Replies
2
Views
1K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 1 ·
Replies
1
Views
9K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 710 ·
24
Replies
710
Views
41K