Random Walks Flashcards

1
Q

What is a random walk and what can it be interpreted as

A

A random walk is a sum of RVs sum i =1 to n Xi
Can be interpreted as a particle moving around

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

What is the definition of a simple random walk

A

Definition of a simple random walk is:
W = Wn, starts at a in Z,
W0 = a
Wn = a + X1 +…+Xn = Wn-1 + Xn

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

What is (Xn)n in N in simple random walks definition

A

(Xn)n in N is a sequence of i.i.d RVs s,t P(Xn=1) = p and P(Xn = -1) = 1-p

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

What does law of Wn depend on and how is it denoted

A

Law of Wn depends on parameters p (bias) and a, initial position
Denoted by P, Pa, (P^p)a

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

What is probability that W returns to 0/hits 0

A

Probability that W returns to 0/hits 0 is:
Define H [Wn = 0 for some n >=1) , xi = Pi(H)
If I = 0, x0 is prob that W started at 0 and returns, if not prob eventually hit 0

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

How do we compute xi

A

We compute xi by :
xi = Pi(H) = Pi(H, X1 = 1) + Pi(H, X1 = -1) (law of total prob)
= p* Pi(H|X1 = 1) + (1-p)*Pi(H|X1 = -1)
Eventually obtain x2 = x1^2 , and xi = x1^i

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

If Wn is a SRW with p >= 0.5, what is Pi(H)

A

Pi(H) (eventually hi 0) = ((1-p)/p)^i for all I >= 1 and 1 if I <=1

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

How do we compute x0 and escape probability

A

Compute x0 and escape probability by:
x0 = px1 + (1-p)x-1 = p* (1-p)/p + (1-p)*1 = 2(1-p)
P(H^C) = 1 - x0 = 2p-1

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

What is gambler’s ruin

A

Ambler’s ruin is when gambler is playing game where they bet £1 and if they win they get £1 and lose £1 if they don’t, probability p to win

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

What is Pk(Tn < T0) for p =/ 0.5 and 0 <= k <= N

A

Pk(Tn < T0) for =/ 0.5 and 0 <= k <= N is
(1 - ((1-p)/p)^k)/ (1 - ((1-p)/p)^N

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

What is Pk(Tn < T0) if p = 0.5

A

If Pk(Tn < T0) = k/N if p = 0.5 e.g take N = 2k then Pk(T2k < T0) = 0.5

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