

movord(timeslab)                             R Documentation

_A_p_p_l_y _M_o_v_i_n_g _O_r_d_e_r _S_t_a_t_i_s_t_i_c _O_p_e_r_a_t_o_r _t_o _a _V_e_c_t_o_r

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

     Apply Moving Order Statistic Operator to a Vector

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

     movord(x,nord,k)

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

       x: Array of length $n$ containing the data.

    nord: Order of moving order statistic desired.

       k: Length of moving average smoother.

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

  movord: returns the array of moving order statistics.

