Continuous Time Markov Flashcards
What type of processes are modelled by continuous-time
discrete-state Markov processes? What is the fundamental
quantity to be computed?
In Continuous time Markov, we are interest in determining the state of a homogenous, memoryless process at a certain time t. The fundamental quantatiy to be computed is the unconditional time-dependant state probability vector P(t)
What are the assumptions of this
model? What are the properties of the transition probabilities?
Constant transition rates over time, mututally exclusive states.
Transitions occur in a stochastic process over time following an exponential distributiion
What are the assumptions of this
model? What are the properties of the transition probabilities?
Constant transition rates over time, mututally exclusive states.
Transitions occur in a stochastic process over time following an exponential distribution
How can you compute the transition rate matrix from the
continuous-time transition probability matrix? What are the
properties of the transition rate matrix?
We can compute the transition rate matrix from the probability of state transition aij per incremental unit of change dt.
The Continous time transition probability matrix rows always add up to one.
How can you compute the unconditional state probability vector
P[X(n)=j] from the knowledge of the transition rate matrix?
The fundamental matrix equation dP(t)/dt =P(t) * A is a System of n linear differential equations. We can use the Laplace transformation to solve the equation. Transforming back into the time-domain we receive an expression as a a solution for P(t).
Derive the fundamental equation for homogeneous continuoustime
discrete-state Markov processes.
We start with P(t + dt) = P(t) * A
- substract P0 from both sides and divide by dt
yields with lim dt->0
P0 is just the first state. by doing it for all states, we get the complete matrix
dP/dt = P(t) * A
Write this down a few times in
Express the general solution to the fundamental matrix
equation using the Laplace transform method.
dP/dt = P(t) * A
s * P(s) - C = P(s) * A
Do not forget the starting condition.
now we isolate P(s) on one side of the equation. Calculate and then transform back!
One component fails with rate λ and can be repaired with rate μ by
only one repairman. Plot the Markov diagram and write transition rate
matrix. Solve the fundamental equation for the continuous-time
Markov process and show the equation for the unavailability of the
component.
Write solution on paper.
How do we calculate the inverse of a matrix?
[a b ; c d]
swap the positions of a and d, put negatives in front of b and c, and divide everything by ad−bc .
What are the Markov diagram and the transition rate probability for a
system with N identical components and N repairmen? What are the
Markov diagram and the transition rate probability if only one
repairman is available? Discuss the differences between the two
cases.
If only one repairman is available we can only go one state back at a time.
How can you compute the steady-state probabilities in continuoustime
discrete-state Markov processes.
We can calculate the steady state probability by using simply taking the laplace transform of P(t) and calculating P(s = 0) this is equivilent to calculating the limit of the Integral ∫ P(t) dt t-> infinity.
What do the steady-state probabilities in continoustime discrete-state Markov processes represent?
They represent the asymptote of the state probability vector for t>inf.
This is the probability that a system is found in a certain state for all states at a time after the system has settled (reached equilibrium)
Define the system failure intensity for a general system modelled by
continuous-time discrete-state Markov processes. How can you
compute it?
The system failure intensity describes the rate at which components fail. We can determine it by adding all the sproducts of state Probability ∑ Pi(t) * λi (lambda being the failure rate.)
Define the system repair intensity for a general system
modelled by continuous-time discrete-state Markov processes.
How can you compute it?
System repair intensity is the rate of component recovery from failed state to repaired state. “How often do we have to dispatch the repair crew?”
It is calculated with the state probability vector for (partially) failed state * repait rate µ:
∑ Pif(t) * µi
Compute the failure and repair intensities for a system
consisting of one component and one repairman by using
continuous-time discrete-state Markov processes
Do on paper