Stochastic Processes Flashcards

1
Q

(A∪B)’

A

A’∩B’

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

(A∩B)’

A

A’∪B’

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

(A∪B)∩C

A

(A∩C)∪(B∩C)

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

(A∩B)∪C

A

(A∪C)∩(B∪C)

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

Ratio test

A

Σa_n
L=lim n→∞ |a_n+1| / |a_n|

L < 1 ABSOLUTELY CONVERGENT
L > 1 DIVERGENT
L = 1 UNKNOWN

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

RV ‘X’ is normally distributed, notation

A

X ~ N(μ,σ²)

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

Var[aX]

A

= a²Var[X]

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

λ_eff

A

λ_eff = Σ(n=0) λ_n ⋅ P_n

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

What should you be careful of when drawing the steady state Diagram for a M/M/2 model?

A

μ_1

The rate of μ_1 will be less that μ_2 since one server will be idle.

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

Accessible states

A

State j is accessible from state i if

∃n>0 : (T^n)_ij > 0

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

Communicating states

A

States i and j communicate with each other if they are accessible to each other

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

Subchain

A

Equivalence classes of communicating states

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

Irreducible chain

A

A chain that cannot be split into further subchains

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

Absorbing state

A

State i is absorbing if T_ii = 1

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

Periodic state

A

State i has minimal period k ≥ 2 if
P( X_n = i | X_0 = i ) = 0 IF n =/= k, 2k, 3k, …
P( X_n = i | X_0 = i ) > 0 IF n = k, 2k, 3k, …

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

Aperiodic state

A
State i is not periodic, then it is aperiodic.
It is possible to find times n1, n2 s.t.
(T^n1)_ii, (T^n2)_ii > 0 
AND
gcd(n1,n2) = 1
17
Q

f_i

A

Probability of eventual return to state i

18
Q

f_i ^(n)

A

Probability of first return to state i at time n

19
Q

How to determine if a state is transient or recurrent?

A

f_i = 1 RECURRENT

f_i < 1 TRANSIENT

20
Q

How to determine if a state is positively or null recurrent?

A

μ_i < ∞ POSITIVELY RECURRENT

μ_i = ∞ NULL RECURRENT

21
Q

Ergodic chain

A

All states are
Aperiodic &
Positively recurrent

22
Q

θ_i in Simple Random walks

A

Probability of entering a state in W given that we start in state i∉A

23
Q

Z = X1 + X2 + … + XN

PGF of Z

A

G_Z(θ) = G_N( G_X(θ) )

24
Q

When is e=1, and e<1?

A

(1) e = 1 when μ_X ≤ 1

(2) e < 1 when μ_X > 1

25
Q

What conditions in Poisson processes question requires the use of the binomial?

A

Poisson process
n events have happened in time T
X ~ the number of events by time t
X ~ B( n , t/T )

26
Q

When can you also use the solution to P( N(t) = k )?

P( N(t) ≤ k ) or P( N(t) ≥ k )

A

P( N(t) ≤ k )

27
Q

P( S_k > t )

P( S_k ≤ t )

A

P( S_k > t ) = P( N(t) < k ) = P( N(t) ≤ k-1 )

P( S_k ≤ t ) = P( N(t) ≥ k ) = 1 - P( N(t) ≤ k-1 )

28
Q

Cov( X, Y )

A

Cov( X, Y ) = E[XY] - E[X]E[Y]

29
Q

Tower Law

A

E[E[ X|Y ]] = E[X]

outer expectation w.r.t. y

30
Q

Poisson Process

A

The intervals of time between successive events are independent and follow an exponential distribution
(inter-event times are iid)

31
Q

X ~ Po( λ )

What is E[X]?

A

E[X] = λ

Also Var[X] = λ

32
Q

T ~ Exp( λ )

What is E[T]?

A

E[T] = 1/λ

33
Q

Define MGFs

A

M_X(t) = E[ exp^(tX) ]

34
Q

Define PGFs

A

G_X(θ) = E[ θ^X ]