Transition Probabilities of Stochastic Processes
📂Probability TheoryTransition Probabilities of Stochastic Processes
Definition
Let us assume there is a stochastic process {Xt} with a countable set as its state space.
- For two points in time t1<t2, the transition probability pij(t1,t2) is defined as follows:
pij(t1,t2):=P(Xt2=j∣Xt1=i)
Here, the (current) state represented by i is referred to as the source state, and the target state represented by j is referred to as the target state. In particular, for a discrete stochastic process {Xt}t∈N where t1=n∈N and t2=n+k∈N, the transition probability can be simply represented as:
pij(k):=pij:=P(n+k=j∣Xn=i)pij(1) - If the transition probabilities do not depend on the time points but solely on the interval Δt=t2−t1, in other words, if the following condition is satisfied, then it is called a stationary or homogeneous transition probability:
pij(Δt):=(Xt2−t1=j∣X0=i)
- For stationary transition probabilities, the matrix function defined as P(t) and P(k) is referred to as the transition probability matrix:
(P(t))ij:=(P(k))ij:=(pij(t))(pij(k))
- Let the transition probability matrix P(t) of a continuous stochastic process be a differentiable matrix function. The following matrix
Q:=P’(0)
is called the infinitesimal generator matrix, and its elements (Q)ij are called transition rates.
See also