dji                package:expsmooth                R Documentation

_M_o_n_t_h_l_y _D_o_w _J_o_n_e_s _I_n_d_e_x

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

     Monthly Dow Jones Index: Open, High, Low, Close. Jan 1990 - Mar
     2007

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

     data(dji)

_F_o_r_m_a_t:

     multiple time series

_S_o_u_r_c_e:

     Hyndman, R.J., Koehler, A.B., Ord, J.K., and Snyder, R.D., (2008)
     _Forecasting with exponential smoothing: the state space
     approach_, Springer.

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

     <URL: http://www.exponentialsmoothing.net>

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

     plot(dji,plot.type="single",main="Dow Jones Index",xlab="Year",ylab="",col=1:4)
     legend("bottomright",legend=colnames(dji),col=1:4,lty=1)

