timerev               package:RTisean               R Documentation

_T_i_m_e _r_e_v_e_r_s_a_l _a_s_y_m_m_e_t_r_y _s_t_a_t_i_s_t_i_c

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

     Computes the time reversal asymmetry statistic.

_U_s_a_g_e:

     timerev(series, d = 1, l, x = 0, c = 1)

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

  series: a vector or a matrix.

       d: delay. 

       l: number of points. 

       x: number of values to be skipped. 

       c: column to be read. 

_V_a_l_u_e:

     A scalar corresponding to the time reversal statistics.

_E_x_a_m_p_l_e_s:

     ## Not run: 

     dat <- lynx
     trstat <- timerev(dat)

     ## End(Not run)

