

masmooth(timeslab)                           R Documentation

_A_p_p_l_y _M_o_v_i_n_g _A_v_e_r_a_g_e _S_m_o_o_t_h_e_r _t_o _a _V_e_c_t_o_r _(_S _V_e_r_s_i_o_n_)

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

     Apply Moving Average Smoother to a Vector (S Version)

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

     masmooth(x,k)

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

       x: Array containing the data.

       k: Length of the moving average smoother.

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

masmooth: returns the resulting smoothed array {`z'}.

