Probability transitions for branching process

In summary, the author is having trouble figuring out how to connect the dots in a paper that uses the result about branching processes. Someone has suggested that the author try using a generating function, and that the author could verify the solution works by using differential equations. However, the author is having trouble setting an initial condition for the characteristic equation.
  • #1
kai_sikorski
Gold Member
162
0
Working through a paper that uses this result about branching processes. Can't seem to figure out a way to connect the dots. Anyone have any suggestions?

Let Zt be a branching process where each individual gives birth to a single offspring at rate β > 1 and dies at rate 1. The transition probabilities for Zt can be computed exactly and are given by

[tex]P_{10}(t) = \frac{1 - e^{-(\beta-1)t}}{\beta - e^{-(\beta-1)t}}[/tex]
[tex]P_{1k}(t) = (1 - P_{10}(t))(1 - \eta(t))\eta(t)^{k-1}[/tex]
[tex]\eta(t) = \frac{1 - e^{-(\beta-1)t}}{1 - \frac{1}{\beta}e^{-(\beta-1)t}}[/tex]

I know that P1i satisfy the following system of equations

[tex] P_i'(t) = Q P(t) [/tex]

Where Q is the transition rate matrix (i think that's what it's called) and is given by

[tex] Q = \left(
\begin{array}{ccccc}
0 & 1 & 0 & \ldots & \\
0 & -(1+\beta ) & 2 & \ddots & \vdots \\
0 & \beta & -2(1+\beta ) & 3 & \\
\vdots & \ddots & 2\beta & -3(1+\beta)& \ddots \\
& \ldots & & \ddots & \ddots \\
\end{array}
\right) [/tex]

I have verified the above solution works, but I'm not sure how one would have gotten it. Any ideas?
 
Last edited:
Physics news on Phys.org
  • #2
Oh sorry, the IC is pi(0) =δi1
 
  • #3
Oh I figured it out, mostly

Let G be the generating function for Zt

[itex] G[s,t] = p_{10}(t) + p_{11}(t)s + p_{12}(t)s^2 + ... [/itex]

By using the differential equations for the ps, and manipulating some indices you can get a PDE for G

[itex] \partial_t G[s,t]-(1-s(1+\beta))+\beta s^2) \partial_s G[s,t] = 0[/itex]
[itex] G[s,0] = s [/itex]

I can plug this into DSolve and it gives the right answer. However I'm having some trouble doing the method of characteristics on this. For the family of characteristics I get

[itex] s[t] = \frac{e^{t \beta +c}+e^{t+\beta c}}{e^{t \beta +c}+e^{t+\beta c} \beta }[/itex]

But I don't know how to pick c, so that I can set an initial condition on s[t]. Any ideas?
 

1. What is a branching process?

A branching process is a mathematical model used to describe the growth and development of a population over time. It is composed of a sequence of random variables that represent the number of offspring produced by each individual in the population.

2. What are probability transitions in a branching process?

Probability transitions refer to the likelihood of a branching process moving from one state to another. In other words, it is the probability that a certain number of offspring will be produced in the next generation, based on the current state of the process.

3. How are probability transitions calculated in a branching process?

The calculation of probability transitions involves using the probability generating function (PGF) of the branching process. This function takes into account the probability of a certain number of offspring being produced at each generation, and can be used to calculate the probability of transitioning to a new state.

4. What is the role of probability transitions in the study of branching processes?

Probability transitions are essential in understanding the behavior of a branching process. They allow us to make predictions about the future growth and development of a population, and can also help us analyze the stability and extinction of a branching process.

5. Can probability transitions be applied to real-world scenarios?

Yes, probability transitions can be applied to various real-world situations, such as the spread of diseases, the growth of an animal population, or the development of a business. By modeling these scenarios as branching processes and analyzing their probability transitions, we can gain insights into their future behavior and make informed decisions.

Similar threads

  • Introductory Physics Homework Help
Replies
3
Views
728
  • Differential Equations
Replies
1
Views
1K
  • Differential Equations
Replies
1
Views
986
  • Advanced Physics Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
6
Views
259
  • Introductory Physics Homework Help
Replies
9
Views
1K
  • Calculus and Beyond Homework Help
Replies
17
Views
961
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
730
  • Special and General Relativity
Replies
2
Views
881
Replies
19
Views
1K
Back
Top