Chinaunix首页 | 论坛 | 博客
  • 博客访问: 753141
  • 博文数量: 217
  • 博客积分: 2401
  • 博客等级: 大尉
  • 技术积分: 2030
  • 用 户 组: 普通用户
  • 注册时间: 2008-03-16 06:58
个人简介

怎么介绍?

文章分类

全部博文(217)

文章存档

2023年(2)

2022年(3)

2021年(29)

2020年(12)

2019年(5)

2018年(5)

2017年(5)

2016年(3)

2015年(6)

2014年(12)

2013年(16)

2012年(9)

2011年(6)

2010年(15)

2009年(30)

2008年(59)

我的朋友

分类:

2009-03-02 08:23:07

start at 0 on a number line, fli a coin, move +2 on heads and -1 on tails, what is the probability that it will hit -1?


Solution 1:

p: the prob from x= k to x=k-1 (markov chain is homogeneous)
Look at x=0
p=0.5* 1 + 0.5*p^3
Solve p.

Solution 2:

x_n = x_{n-1} + z_n
x_0 = 0, z_n = +2, -1 with probability 1/2.
Let y_n = t^x_n, select t so that y is a martingale.

The condition for y_n to be martingale is 1/2(t^2 + 1/t) = 1.
Solve this equation to get t = (sqrt(5) -1)/2.
y_0 = 1, y_n goes to 0 or stops at 1/t.
Due to optional stopping time theorem, y_n stops at 1/t with probability p, and
p/t + (1-p) 0 = 1.

So p = t.


阅读(1123) | 评论(0) | 转发(0) |
0

上一篇:useful blog

下一篇:赛马

给主人留下些什么吧!~~