Definition
Let
- a continuous-time Markov chain with transition rate matrix and state-dependent departure rates
- a constant satisfying
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
- Compute for each state
- Choose (typically ; larger gives faster convergence but more terms)
- Construct
- For a given , truncate the series at where (e.g., )
- Compute via the weighted sum
Properties
| Property | Description |
|---|---|
| Decouples timing | Transitions occur at Poisson rate , independent of the current state |
| Self-loops | when — these are “fictitious” transitions where the chain stays in place |
| Numerical stability | Converges faster than direct matrix exponentiation for moderate |
| Stochasticity | is a valid stochastic matrix (row sums = 1, entries ) |
Related
Exercises
Back to Roadmap 📖 → 🃏 → ✏
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 .