- #1
reddavies
- 1
- 0
Homework Statement
I have two random variables with two corresponding means and standard deviations. I need to calculate the upperbound that one of the random variables is greater than the other. Any ideas I'm stumped?
Homework Equations
I've used the Markov inequality to calculate the upperbound that a random variable is greater than some given number, but I'm not sure if I can use it here or if I can how to do so.
The Attempt at a Solution
Tried,
P(B - A > 0) <= [E(B) - E(A)] / 0
but this obviously doesn't work. Could it be possible somehow to get the result by subtracting the different means and standard deviations using the Chebyshev inequality?
Say:
P(|B-A|>r) <= (san dev)^2 / r^2
but again r would equal 0.
Thanks for any help you can give!