logo

Transition Probabilities of Stochastic Processes 📂Probability Theory

Transition Probabilities of Stochastic Processes

Definition

Let us assume there is a stochastic process {Xt}\left\{ X_{t} \right\} with a countable set as its state space.

  1. For two points in time t1<t2t_{1} < t_{2}, the transition probability pij(t1,t2)p_{ij} \left( t_{1} , t_{2} \right) is defined as follows: pij(t1,t2):=P(Xt2=jXt1=i) p_{ij} \left( t_{1} , t_{2} \right) := P \left( X_{t_{2}} = j \mid X_{t_{1}} = i \right)
    Here, the (current) state represented by ii is referred to as the source state, and the target state represented by jj is referred to as the target state. In particular, for a discrete stochastic process {Xt}tN\left\{ X_{t} \right\}_{t \in \mathbb{N}} where t1=nNt_{1} = n \in \mathbb{N} and t2=n+kNt_{2} = n + k \in \mathbb{N}, the transition probability can be simply represented as: pij(k):=P(n+k=jXn=i)pij:=pij(1) \begin{align*} p_{ij}^{(k)} :=& P \left(n + k = j \mid X_{n} = i \right) \\ p_{ij} :=& p_{ij}^{(1)} \end{align*}
  2. If the transition probabilities do not depend on the time points but solely on the interval Δt=t2t1\Delta t = t_{2} - t_{1}, in other words, if the following condition is satisfied, then it is called a stationary or homogeneous transition probability: pij(Δt):=(Xt2t1=jX0=i) p_{ij} (\Delta t) := \left( X_{t_{2} - t_{1}} = j \mid X_{0} = i \right)
  3. For stationary transition probabilities, the matrix function defined as P(t)P(t) and P(k)P^{(k)} is referred to as the transition probability matrix: (P(t))ij:=(pij(t))(P(k))ij:=(pij(k)) \begin{align*} \left( P(t) \right)_{ij} :=& \left( p_{ij} (t) \right) \\ \left( P^{(k)} \right)_{ij} :=& \left( p_{ij}^{(k)} \right) \end{align*}
  4. Let the transition probability matrix P(t)P(t) of a continuous stochastic process be a differentiable matrix function. The following matrix Q:=P(0) Q := P’ (0)
    is called the infinitesimal generator matrix, and its elements (Q)ij\left( Q \right)_{ij} are called transition rates.

See also