Definition

Let

Uniformization (or randomization) is a technique that converts the CTMC into a Poisson process of rate driving transitions in a discrete-time Markov chain with one-step transition matrix .

Interpretation

Instead of having each state with its own exponential holding time parameter , we “level the playing field” — events occur at a uniform rate everywhere. At each event, the chain either makes a real transition (probability ) or stays put (probability ). This decouples the timing from the state transitions, making numerical computation tractable.

Uniformized Transition Matrix

Define the uniformized discrete-time transition matrix :

where are the transition probabilities of the embedded Markov chain.

Equivalently, in matrix form:

Transition Probability via Uniformization

The transition probability matrix is given by:

The interpretation: events occur by time . Given events, the state after transitions of the uniformized DTMC follows . A weighted sum over all possible numbers of Poisson events yields .

Procedure

  1. Compute for each state
  2. Choose (typically ; larger gives faster convergence but more terms)
  3. Construct
  4. For a given , truncate the series at where (e.g., )
  5. Compute via the weighted sum

Properties

PropertyDescription
Decouples timingTransitions occur at Poisson rate , independent of the current state
Self-loops when — these are “fictitious” transitions where the chain stays in place
Numerical stabilityConverges faster than direct matrix exponentiation for moderate
Stochasticity is a valid stochastic matrix (row sums = 1, entries )

Exercises

Terapkan uniformization. Untuk :

(a) Tentukan yang sesuai.

Jawaban: , , . .

(b) Konstruksi .

Jawaban: .

(c) Interpretasi dan .

Jawaban: karena , jadi semua event Poisson di state 1 menghasilkan transisi riil. adalah “fictitious transition” — proses tetap di state 0 dengan probabilitas .