I have a branching process that's family size each generation is Binomially distributed. How do I calculated the probability of the family size $Z$ in stage $n$ is $i$: $P(Z_n=i)$.
At the begining of analyzing the problem, it seemed pretty straightforward, because I though it could only happen for maximal cases of $Z_{n-1}\leq i$, but this is not true, since $Z_{n-1}\geq i$, and it can have $m$ branches from the $n-1$ stage fall in extinction.
Also most of the textbooks I've seen usually have a straightforward formula for the expectation of a branching process at a given stage $n$. So it seems like $\mathbf{E}[Z_n=i]$ is relatively easy compared to $P(Z_n=i)$. Why is this? And what is the role of the generating functions in Branching Processes?