Calculating Probability in Poisson Process Problem | Z(t-c)=m, Z(t)=k

AI Thread Summary
To calculate the probability P(Z(t-c)=m | Z(t)=k) in a Poisson process Z(t) with rate lambda, one must consider the properties of the process. Given that the jump times are uniformly distributed over the interval, the conditional distribution can be derived using the formula for Poisson probabilities. The relevant probabilities can be expressed as P(Z(t-c)=m) and P(Z(t)=k), applying the conditional probability formula. The solution involves calculating the appropriate factorial terms and using the Poisson distribution's characteristics. Understanding these principles allows for accurate computation of the desired probability in the context of the Poisson process.
alehand12
Messages
1
Reaction score
0
Given a poisson process Z(t) with a given rate lamda, k and m nonnegative integers and t and c real and positive numbers, calculate the probability:
P(Z(t-c)=m | Z(t)=k)

thanks
 
Physics news on Phys.org
Hint: conditional on the number of jumps in a Poisson process, the jump times are uniformly distributed over the time interval.
 
I was reading a Bachelor thesis on Peano Arithmetic (PA). PA has the following axioms (not including the induction schema): $$\begin{align} & (A1) ~~~~ \forall x \neg (x + 1 = 0) \nonumber \\ & (A2) ~~~~ \forall xy (x + 1 =y + 1 \to x = y) \nonumber \\ & (A3) ~~~~ \forall x (x + 0 = x) \nonumber \\ & (A4) ~~~~ \forall xy (x + (y +1) = (x + y ) + 1) \nonumber \\ & (A5) ~~~~ \forall x (x \cdot 0 = 0) \nonumber \\ & (A6) ~~~~ \forall xy (x \cdot (y + 1) = (x \cdot y) + x) \nonumber...
Back
Top