smoothts                package:Rwave                R Documentation

_S_m_o_o_t_h_i_n_g _T_i_m_e _S_e_r_i_e_s

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

     Smooth a time series by averaging window.

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

     smoothts(ts, windowsize)

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

      ts: Time series. 

windowsize: Length of smoothing window. 

_D_e_t_a_i_l_s:

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

     Smoothed time series (1D array).

_R_e_f_e_r_e_n_c_e_s:

     See discussions in the text of "Time-Frequency Analysis''.

_S_e_e _A_l_s_o:

