overgangsprobabilities
Overgangsprobabilities, or transition probabilities, describe the likelihood that a stochastic process moves from one state to another over a given time step. In discrete-time Markov chains, these probabilities are organized in a transition matrix P, where P_ij = Pr(X_{t+1} = j | X_t = i). Each row of P sums to 1 and all entries are non-negative, reflecting the total probability of moving from a given state to all possible next states.
In continuous-time Markov chains, the concept is tied to instantaneous transition rates q_ij, which form a generator
Key properties include the Markov (memoryless) property and, in many models, time-homogeneity, where transition probabilities depend
Applications and computation: transition probabilities allow prediction of the state distribution after n steps via pi^{(n)}
Limitations include model assumptions such as the Markov property and stationarity; real systems may require time-varying