- #1
tschoni
- 1
- 0
I'm bad at stochastics so really glad for any help
I have two normally distributed NON INDEPENDENT stochastic variables X~N(muX,sigX^2) and Y~N(muY,sigY^2)
A third variable D is defined as D = sqrt(X^2 + Y^2).
Since Y and X are stochastic D will also be stochastic.
But how to calculate expected value muD and variance sigD^2 properly?
Calculate the variance sigD^2
D = sqrt(X^2 + Y^2) (1)
D^2 = X^2 + Y^2 (2)
E[D^2] = E[X^2 + Y^2] = E[X^2] + E[Y^2] (3)
sigD^2 = E[(D - muD)^2] = E[D^2] - muD^2 (4)
Using (3) in (4)
sigD^2 = E[X^2] + E[Y^2] - muD^2 (5)
sigD^2 = E[X]^2 + Var[X] + E[Y]^2 + Var[Y] - muD^2 (5)
sigD^2 = muX^2 + sigX^2 + muY^2 +sigY^2 - muD^2 (6)
So far so good.
Calculate muD
At this point I thought I'm done.
But what about muD? I don't have it!
At first tempting to assume
muD = sqrt(muX^2+muY^2)
But I don't think it's true, since X and Y are not independent. And even if it is true, how to show it.
If I start out
muD = E[D] = E[sqrt(X^2 + Y^2)]
I don't manage to come to a solution.
Really appreciate any help
Homework Statement
I have two normally distributed NON INDEPENDENT stochastic variables X~N(muX,sigX^2) and Y~N(muY,sigY^2)
A third variable D is defined as D = sqrt(X^2 + Y^2).
Since Y and X are stochastic D will also be stochastic.
Homework Equations
But how to calculate expected value muD and variance sigD^2 properly?
The Attempt at a Solution
Calculate the variance sigD^2
D = sqrt(X^2 + Y^2) (1)
D^2 = X^2 + Y^2 (2)
E[D^2] = E[X^2 + Y^2] = E[X^2] + E[Y^2] (3)
sigD^2 = E[(D - muD)^2] = E[D^2] - muD^2 (4)
Using (3) in (4)
sigD^2 = E[X^2] + E[Y^2] - muD^2 (5)
sigD^2 = E[X]^2 + Var[X] + E[Y]^2 + Var[Y] - muD^2 (5)
sigD^2 = muX^2 + sigX^2 + muY^2 +sigY^2 - muD^2 (6)
So far so good.
Calculate muD
At this point I thought I'm done.
But what about muD? I don't have it!
At first tempting to assume
muD = sqrt(muX^2+muY^2)
But I don't think it's true, since X and Y are not independent. And even if it is true, how to show it.
If I start out
muD = E[D] = E[sqrt(X^2 + Y^2)]
I don't manage to come to a solution.
Really appreciate any help