Simple random walk

Discussion in 'CT4' started by anjalis55, Jul 7, 2014.

  1. anjalis55

    anjalis55 Member

    Could anyone explain that how in order to get from i to j in n steps the random walk must make 1/2(n+j-i ) steps in an upward direction and n-u in a downward direction in simple random walk? (Chapter 3 Section 5.3 )


    Thanks,

    anjali
     
    Last edited by a moderator: Jul 8, 2014
  2. didster

    didster Member

    If number of up steps =u ,the number of down steps n-u (total =n)
    Code:
    current position  + up steps - down steps = new position
    i                        + u           - (n-u)           = j
    
     
  3. anjalis55

    anjalis55 Member

    thank you for reply
     

Share This Page