Markov Chains in Continuous Time Flashcards

1
Q

Give the definition of a Markov chain in continuous time

A

Let (X(t) : t ∈ [o, infinity ) ) be a continuous time stochastic process with countable state space S.
It is called a continuous time Markov chain if it is a Markov process, i.e satisfies the Markov property:
P(X(tn) = x | X(t1) = x1,…, X(t_n-1) = X_(n-1)) = P(X(tn) = x | X(t_n-1) = X_(n-1))

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

Give the Chapman-Kolmogorov equations in continuous time

A

P(t) = P(u) * P(t-u)

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

Define a poisson process

A
  • for any time points t0 = 0 < t1 0, the increment X(t + Δt) - X(t) has the poisson distribution with parameter λΔt
  • X(0) = 0
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Define a pure jump process

A

A process Y = (Y(t) : t ∈ R) is continuous time with Y(t) = Xn for Tn ≤ t < T_(n+1) is called a pure jump process

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

Give the n-th holding time of a process Y

A

Hn = T_(n+1) - Tn

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

How do you retrieve the transition probability matrix of the embedded Markov chain X from the generator matrix for Y?

A
λi = - gii
pij = gij / λi
pii = 0 by assumption
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What should the row sum of a generator matrix equal?

A

zero

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

Give the Kolmogorov forward equations

A

sum(k ∈ S) pik(t) * gkj

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

Give the Kolmogorov backward equations

A

sum(k ∈ S) gik * pkj(t)

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

When is Y positive recurrent and irreducible?

A

When the embedded Markov chain X is

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

How do you find the stationary distribution for Y?

A

πG = 0

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

Write the balance equations for Y

A

sum(i≠j) πi * gij = -πj * gjj

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

When does Y have a unique stationary distribution?

A

When X is irreducible and positive recurrent

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

Give the load (traffic intensity) of a M/M/c system

A

ρ = λ / μ

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

When does an M/M/1 queue have a stationary distribution?

A

λ < μ

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

Give the stationary distribution of an M/M/1 queue

A

πk = (1 - λ / μ) * (λ / μ)^k

17
Q

Give the stationary distribution of an M/M/c queue

A

π0 = 1 / (sum(k=0 to C-1) 1/k! * ρ^k + [ρ^C / C!(1 - ρ/C)]

πk = 1/k! * ρ^k * π0