Introduction to Continuous time markov processes Flashcards

(15 cards)

1
Q

What is the key difference between discrete-time and continuous-time Markov processes?

A

In discrete-time Markov processes, time is measured in discrete steps, while in continuous-time Markov processes, time is continuous and the process can change states at any instant.

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

What is the definition of a continuous-time Markov process?

A

A continuous-time Markov process is a stochastic process where the future state depends only on the current state, not on the past states, and the process is defined for all t ≥ 0.

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

What is the transition probability for continuous-time Markov processes?

A

The transition probability p_ij(t) is the probability that the process is in state j at time t given that it started in state i at time 0.

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

How is the transition matrix P(t) for continuous-time Markov processes structured?

A

The transition matrix P(t) contains the transition probabilities p_ij(t) for all states i and j, where the elements of the matrix must satisfy p_ij(t) ≥ 0 and each row sums to 1.

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

What happens when t = 0 in the transition matrix for continuous-time Markov processes?

A

When t = 0, the transition matrix P(0) is the identity matrix I, meaning the process is certain to stay in its initial state.

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

What is the exponential distribution and why is it important for continuous-time Markov processes?

A

The exponential distribution is memoryless and fundamental for continuous-time Markov processes, as it models the time between events in a Poisson process.

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

What is the ‘lack-of-memory’ property of the exponential distribution?

A

The lack-of-memory property means that the probability of an event occurring in the future is independent of how much time has already passed.

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

What is the mathematical form of the lack-of-memory property for the exponential distribution?

A

For an exponential distribution with parameter λ, the probability that the event occurs after an additional time s, given that t time has already passed, is P(X > s+t | X > t) = P(X > s).

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

What is an example of applying the lack-of-memory property?

A

In a bank with exponentially distributed service times, if you wait for t minutes, the remaining service time is still exponentially distributed with the same parameter λ.

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

What is the probability that you will be the last to leave in a queue with two clerks?

A

The probability is 1/2, because the service times of the two customers are independent and exponentially distributed, and by the lack-of-memory property, the two remaining times are equally likely.

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

What happens when you take the minimum of several independent exponential random variables?

A

The minimum of several independent exponential random variables is also exponentially distributed, with a rate parameter equal to the sum of the individual rates.

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

What is the probability that Yk is the minimum of several independent exponential random variables?

A

The probability that Yk is the minimum is λk / (λ1 + … + λn), where λk is the rate parameter of Yk.

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

What does the ‘o(h)’ notation mean?

A

‘o(h)’ means that the function f(h) tends to 0 faster than h as h → 0. It represents a small-o notation used to describe the asymptotic behavior of functions.

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

In Example 6.2, what is the probability that X ∈ (t, t+h] given X > t?

A

For an exponential random variable X with parameter λ, the probability that X ∈ (t, t+h] given X > t is λh + o(h).

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

What is the key feature of exponential random variables in continuous-time Markov processes?

A

Exponential random variables are memoryless, which means the future behavior of the process is independent of the past.

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