Module 1 Flashcards

1
Q

T represents

A

the index set. Normally time

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

X(t) is the

A

state at time t

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

S represents the

A

State space

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

Sample realisation means

A

one particular assignment of possible values

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

Independent increments means

A

X(A+b) - X(b) is independant of X(s) where s<=b.

Basically the next increment is independent on where we are or where we’ve been.

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

Stationary Increments

A

X(t2 + b) - X(t1 +b) has the same distribution as X(t2) - X(t1)

Basically the increments in all common time gaps will be identically distributed.

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

Markov Property means

A

Only the most recent state has an influence on the present.

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

Markov chain is when…

A

We have a markov process with discrete index set.

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

Homogenious markov chain means…

A

Transition probabilities (and matrix) remain constant.

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

Absorbing state

A

We’re trapped. We will come back to the current state next step with prob =1

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

Accessable

A

When we can get from i to j. Ie transition prob is >0

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

Communicate

A

if we can go i j back and forth

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

Irreducible matrix meaning

A

MC has only one class. All states communicate.

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

Recurrent class

A

We will return eventually with prob =1

return infinite times

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

Transient class/state

A

We might return eventually, but with prob < 1

return limited # times

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

Period =1 also called

A

Aperiodic

17
Q

Positive reccurance if;

A
  1. State i is recurrent

2. Expected time to return i (after starting there) is FINITE.

18
Q

Ergodic =

A

Positive recurrent + Aperiodic

19
Q

Limiting probabilties only relevant for

A

Irreducable and ergodic MCs.

20
Q

Limiting prob is

A

Limit as n goes to infinity of;

Prob of going from i to j after n steps.

21
Q

Stationary probability =

A

P(Xn = j) = π(j) for all n. Ie chance of being in state j is constant for all n.

22
Q

Mean time between visits =

A

m = 1 / π(j)

23
Q

Period, d(i)

A

Greatest common divisor of the n’s that satisfy:

Pr(going from i to i in n steps) > 0

24
Q

Stationary prob is basically

A

long run proportion spend in a state.

25
Q

To find stationary probs…

A

Solve π=πP

26
Q

To find mean time in transient states

A

Solve S=(I-Pt)^-1