Branching Process Expected Value

460 Views Asked by At

Let $X_0, X_1, ...$ be a branching process with offspring distribution mean $\mu$. Let $Y_n = \frac{X_n}{\mu^n}, n \ne 0$. Show $E[Y_{n+1} | Y_n] = Y_n$

My attempt:

$E[Y_n] = E[\frac{X_n}{\mu^n}] = \frac{1}{\mu^n}E[X_n] = \frac{1}{\mu^n}\mu^n = 1$

But I'm not sure how to continue

1

There are 1 best solutions below

2
On BEST ANSWER

Let $Z_i$ denote the number of offspring coming from the $i^{\text{th}}$ member.

$ \begin{align*} E(Y_{n+1}\mid Y_n)&=E(\frac{X_{n+1}}{\mu^{n+1}}\mid\frac{X_n}{\mu^n}) \\ &=\frac{1}{\mu^{n+1}}E(X_{n+1}\mid X_n) \\ &=\frac{1}{\mu^{n+1}}E(\sum_{i=1}^{X_n}Z_i\mid X_n) \\ &=\frac{1}{\mu^{n+1}}X_n\mu \\ &=\frac{X_n}{\mu^n} \\ &=Y_n. \end{align*} $