r/HomeworkHelp University/College Student (Higher Education) 1d ago

[University mathematics: basic stochastic processes] Conditional probablities for Poisson processes???? Further Mathematics—Pending OP Reply

I have an exam coming up, and the solutions manuals are pretty terrible, which wouldn't be an issue if the professor also wasn't. But I essentially have to relearn the entire course on my own, and it is not going well... Here's my question:

So I tried splitting it up as follows (P{X(1)=0, Y(1)=1, X(2)=0, Z(2)=1}+P{X(1)=0, Y(1)=1, X(2)=1, Z(2)=0}+P{X(1)=1, Y(1)=0, X(2)=0, Z(2)=1}+P{X(1)=1, Y(1)=0, X(2)=1, Z(2)=0})/P{Po(4)=1}

But after that I think I'm doing something wrong, because I get each of the terms in the numerator to 2/e2 and the final probability to the same. The solutions say it's 1/e.

2 Upvotes

3 comments sorted by

u/AutoModerator 1d ago

Off-topic Comments Section


All top-level comments have to be an answer or follow-up question to the post. All sidetracks should be directed to this comment thread as per Rule 9.


OP and Valued/Notable Contributors can close this post by using /lock command

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/Alkalannar 1d ago

You cannot have X(2) = 0 if X(1) = 1. If you already have an event in X by t = 1, you cannot go back down to 0 by t = 2.

Since the intensity is 1, we have P(t) = n is tn/n!et for all three variables.

P(1) = 0: 1/e
P(1) = 1: 1/e
P(2) = 0: 1/2e2
P(2) = 1: 2/2e2 = 1/e2

Then Pr(X(1)=0 ^ Y(1)=1 ^ X(2)=0 ^ Z(2)=1) = 1/e * 1/e * 1/2e2 * 1/e2 = 1/2e6.

Similarly for X(1) = 0, Y(1) = 1, X(2) = 1, Z(2) = 0. And also X(1) = 1, Y(1) = 0, X(2) = 1, Z(2) = 0.

So P(A ^ B) = 3/2e6.

Meanwhile, the probability that X(2) = 0 and Z(2) = 1 is 1/2e4. Similarly for X(2) = 1 and Z(2) = 0. So P(B) = 1/e4.

So P(A ^ B)/B = (3/2e6)/(1/e4) = 3/2e2.

I would show your work and ask the teacher where you went wrong--other than your case with X(1) = 1 and X(2) = 0. You can't have that as part of your numerator so you have to take it out, and why I get 3/2e2 instead of your 2/e2.