Compound Poisson process: Difference between revisions

Content deleted Content added
Fgbxl (talk | contribs)
m added link to german article on poisson-processes (including compound pp)
Gi1242 (talk | contribs)
m Display fixes under mathjax (still many errors with the align environments, which I don't know how to fix)
Line 1:
{{Unreferenced|date=December 2009}}
A '''compound Poisson process''' is a continuous-time (random) [[stochastic process]] with jumps. The jumps arrive randomly according to a [[Poisson process]] and the size of the jumps is also random, with a specified probability distribution. A compound Poisson process, parameterised by a rate <math>\lambda>0\gt0</math> and jump size distribution ''G'', is a process <math>\{\,Y(t) : t \geq 0 \,\}</math> given by
 
:<math>Y(t) = \sum_{i=1}^{N(t)} D_i</math>
Line 14:
:<math>
\begin{align}
\operatorname{var}(Y(t)) & = E(\operatorname{var}(Y(t)|N(t))) + \operatorname{var}(E(Y(t)|N(t))) \\
& = E(N(t)\operatorname{var}(D)) + \operatorname{var}(N(t)E(D)) \\
& = \operatorname{var}(D)E(N(t)) + E(D)^2 \operatorname{var}(N(t)) \\
& = \operatorname{var}(D)\lambda t + E(D)^2\lambda t \\
& = \lambda t(\operatorname{var}(D) + E(D)^2) \\
& = \lambda t E(D^2).
\end{align}
</math>