

rw(timeslab)                                 R Documentation

_S_i_m_u_l_a_t_e _D_a_t_a _f_r_o_m _a _R_a_n_d_o_m _W_a_l_k _P_r_o_c_e_s_s

_D_e_s_c_r_i_p_t_i_o_n_:

     Simulate Data from a Random Walk Process

_U_s_a_g_e_:

     rw(n,seed=0)

_A_r_g_u_m_e_n_t_s_:

       n: Integer containing the length of the desired real-
          ization.

    seed: Real scalar containing the seed for the random
          number generator.

_V_a_l_u_e_:

      rw: returns an array of length {`n'} containing a
          realization of a Gaussian random walk.

