Probability for asymmetric random walk

864 Views Asked by At

Following is probability chart for a asymmetric random walk. First row is the position label, first column is the time label.

How to express this in equation form(in terms of position(x) and time(N)), like the one for symmetric random walk, $\displaystyle P(x,N) = \frac{N!}{(\frac{N+x}{2})! (\frac{N-x}{2})!}p^{\frac{N+x}{2}}q^{\frac{N-x}{2}}$

Also what will be the equation for a random walk with both absorbing and reflecting boundaries on each side(table 2, with absorbing boundary at 3). probability chart for random walk with absorbing and reflecting boundary.The walk will be absorbed at 3(variable)

Thanks in advance.

1

There are 1 best solutions below

3
On BEST ANSWER

Try $\displaystyle2^{-n}\cdot{n\choose \frac{k+n}2}\cdot(1+\mathbf 1_{k\ne0})$, with the convention that $\displaystyle{n\choose i}=0$ when $i$ is not an integer.