0

If $N(t)$ is a Poisson process with parameter $\lambda(t)$ then is $N'(t)=N(t+2)-N(2)$ a poisson process? I think it should be poisson process as it is like observing a poisson process after time $2$ but how to prove it.

1 Answers1

2

Hint: A Process $N$ is a poisson process with intensity $\lambda$ iff:

  1. $N(0) = 0$ almost surely.
  2. $N(t) - N(s) \sim \mathrm{Poi}(\lambda(t-s))$ for all $0 \le s < t$.
  3. $N(t) - N(s)$ is independent of $\sigma(\{N(k) \mid 0 \le k \le s\})$ for all $0 \le s < t$.
  4. $N$ has almost surely càdlàg paths.
Dominik
  • 19,963