tsSmooth                package:stats                R Documentation

_U_s_e _F_i_x_e_d-_I_n_t_e_r_v_a_l _S_m_o_o_t_h_i_n_g _o_n _T_i_m_e _S_e_r_i_e_s

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

     Performs fixed-interval smoothing on a univariate time series via
     a state-space model.  Fixed-interval smoothing gives the best
     estimate of the state at each time point based on the whole
     observed series.

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

     tsSmooth(object, ...)

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

  object: a time-series fit.  Currently only class '"StructTS"' is
          supported

     ...: possible arguments for future methods.

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

     A time series, with as many dimensions as the state space and
     results at each time point of the original series.  (For seasonal
     models, only the current seasonal component is returned.)

_A_u_t_h_o_r(_s):

     B. D. Ripley

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

     Durbin, J. and Koopman, S. J. (2001) _Time Series Analysis by
     State Space Methods._  Oxford University Press.

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

     'KalmanSmooth', 'StructTS'.

     For examples consult 'AirPassengers', 'JohnsonJohnson' and 'Nile'.

