Conditional probability and sum of rvs question

MrFancy
Messages
3
Reaction score
0
I'm trying to solve a problem as part of my research and it's giving me fits. It seems like it should be simple, but I can't wrap my brain around how to do it. The problem is:

Suppose X~N(0,s), and Y is a random variable that has a probability mass point at 0 but is otherwise uniformally distributed on (0,t] so that:

f(y)=k, y=0
f(y)=(1-k)(1/t), 0 < y < t
f(y)=0 otherwise

What is

Pr(y < A | x + y > B)

where A and B are arbitrary constants?

I think I've calculated the convolution of X and Y, but I'm not sure how to get the density from there (and I'm not sure I have the convolution right either). Thanks for any help you can provide.
 
Physics news on Phys.org
Does this look like something that isn't going to have an analytical solution and would need to be simulated?
 
Try using the law of total probability to get

Pr(Y&lt;a|X+Y&gt;b)=\int_{-\infty}^{\infty} Pr(Y&lt;a|Y&gt;b-x) Pr(X=x) dx

Sorry for the sloppy notation, but if you change the limits of the integral, I think you should be able to compute the answer.
 
OK, thanks a lot, I hadn't thought of using the law of total probability.

Here's what I did, simplifying a little so that Y has a mass point at 0 and is otherwise U[0,1] instead of U[0,t]:

For the Pr(Y<a|Y>b-x) part,
1. take the cdf of Y evaluated at a, which is a(1-k)+k
2. subtract the cdf of Y evaluated at b-x, which is (b-x)(1-k)+k
3. divide by (1- the cdf of Y evaluated at b-x), which is 1-((b-x)(1-k)+k)

The bounds of integration should be b-a to positive infinity, since this probability is 0 if x<(b-a). Then the Pr(X=x) part is just the pdf of a normal random variable. This gives me:

Pr(Y&lt;a|X+Y&gt;b)=\int_{b-a}^{\infty} (1-k)\frac{(a-b+x)}{1-(b-x)(1-k)-k}\frac{1}{\sigma\sqrt{2\pi}}exp(-\frac{e^2}{2\sigma^2}) dx

Does that look right? If so, isn't that integral too messy to evaluate?
 
MrFancy said:
OK, thanks a lot, I hadn't thought of using the law of total probability.

Here's what I did, simplifying a little so that Y has a mass point at 0 and is otherwise U[0,1] instead of U[0,t]:

For the Pr(Y<a|Y>b-x) part,
1. take the cdf of Y evaluated at a, which is a(1-k)+k
2. subtract the cdf of Y evaluated at b-x, which is (b-x)(1-k)+k
3. divide by (1- the cdf of Y evaluated at b-x), which is 1-((b-x)(1-k)+k)

The bounds of integration should be b-a to positive infinity, since this probability is 0 if x<(b-a). Then the Pr(X=x) part is just the pdf of a normal random variable. This gives me:

Pr(Y&lt;a|X+Y&gt;b)=\int_{b-a}^{\infty} (1-k)\frac{(a-b+x)}{1-(b-x)(1-k)-k}\frac{1}{\sigma\sqrt{2\pi}}exp(-\frac{e^2}{2\sigma^2}) dx

Does that look right? If so, isn't that integral too messy to evaluate?

What you did looks correct except that it should be exp (x...) but i think that was a typo. I don't know if you can integrate that or not, certainly you can approximate it using numerical methods. If you want to solve the integral I suggest using a software or asking someone else as I suck at calculus and woke up quite early this morning. Good luck!
 
Namaste & G'day Postulate: A strongly-knit team wins on average over a less knit one Fundamentals: - Two teams face off with 4 players each - A polo team consists of players that each have assigned to them a measure of their ability (called a "Handicap" - 10 is highest, -2 lowest) I attempted to measure close-knitness of a team in terms of standard deviation (SD) of handicaps of the players. Failure: It turns out that, more often than, a team with a higher SD wins. In my language, that...
Hi all, I've been a roulette player for more than 10 years (although I took time off here and there) and it's only now that I'm trying to understand the physics of the game. Basically my strategy in roulette is to divide the wheel roughly into two halves (let's call them A and B). My theory is that in roulette there will invariably be variance. In other words, if A comes up 5 times in a row, B will be due to come up soon. However I have been proven wrong many times, and I have seen some...
Back
Top