Continuous Time Markov Flashcards

1
Q

What type of processes are modelled by continuous-time
discrete-state Markov processes? What is the fundamental
quantity to be computed?

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the assumptions of this
model? What are the properties of the transition probabilities?

A

Constant transition rates over time, mututally exclusive states.
Transitions occur in a stochastic process over time following an exponential distributiion

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the assumptions of this
model? What are the properties of the transition probabilities?

A

Constant transition rates over time, mututally exclusive states.
Transitions occur in a stochastic process over time following an exponential distribution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How can you compute the transition rate matrix from the
continuous-time transition probability matrix? What are the
properties of the transition rate matrix?

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How can you compute the unconditional state probability vector
P[X(n)=j] from the knowledge of the transition rate matrix?

A

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).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Derive the fundamental equation for homogeneous continuoustime
discrete-state Markov processes.

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Express the general solution to the fundamental matrix
equation using the Laplace transform method.

A

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!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

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.

A

Write solution on paper.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How do we calculate the inverse of a matrix?

A

[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 .

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

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.

A

If only one repairman is available we can only go one state back at a time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How can you compute the steady-state probabilities in continuoustime
discrete-state Markov processes.

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What do the steady-state probabilities in continoustime discrete-state Markov processes represent?

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Define the system failure intensity for a general system modelled by
continuous-time discrete-state Markov processes. How can you
compute it?

A

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.)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Define the system repair intensity for a general system
modelled by continuous-time discrete-state Markov processes.
How can you compute it?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Compute the failure and repair intensities for a system
consisting of one component and one repairman by using
continuous-time discrete-state Markov processes

A

Do on paper

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How can you compute the average time of occupancy of a
state in continuous-time discrete-state Markov processes.
What is the probability distribution that describe this time?
Why?

A

The average time of occupancy of a given state is simply the inverse of the sum of the transition rates leaving the states.
The occupancy is exponentially distributed, because expected future occupancy is always the same no matter how long the system is in that state.
This is in accordance with the Markov criterion, that the process is memoryless.

17
Q

How can you generally compute the availability of any system
using continuous-time discrete-state Markov processes?

A

For the point-availability we calculate the the state propability vector P(t) and substract all the state probabilites of failed states from one.

18
Q

How can you generally compute the reliability of any system in which repair transitions cannot occur using continuous-time discrete-state Markov processes? Use an exemplary system to discuss the steps of your answer.

A

In this case we can simply calculate the point availability as it is equal to the reliability of the system.

19
Q

How can you generally compute the reliability of any
system in which repair transitions can occur using
continuous-time discrete-state Markov processes? Use an
exemplary system to discuss the steps of your answer.

A

To compute the reliability, we simply remove the failed states from the transition matrix A. By doing this we achieve that the system can no longer recover from faiure states. The success states become transient.

20
Q

Compute the reliability of a system of two identical
components (failure rate λ) connected in parallel logic and
two repairmen (repair rate μ) using continuous-time
discrete-state Markov processes

A
21
Q

Compute the mean time to failure (MTTF) of a system of
two identical components (failure rate λ) connected in
parallel logic and two repairmen (repair rate μ) using
continuous-time discrete-state Markov processes.

A
22
Q

Compute the reliability of a system of two identical
components (failure rate λ) connected in series logic and
two repairmen (repair rate μ) using continuous-time
discrete-state Markov processes.

A