extractforecastCov           package:dse2           R Documentation

_E_x_t_r_a_c_t _F_o_r_e_c_a_s_t _C_o_v_a_r_i_a_n_c_e

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

     extract forecastCov from objects

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

         extractforecastCov(e, n)
         ## S3 method for class 'forecastCovEstimatorsWRTdata':
         extractforecastCov(e, n)
         ## S3 method for class 'forecastCovEstimatorsFromModel':
         extractforecastCov(e, n)

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

       e: A "forecastCovEstimatorsWRTdata", "forecastCov" object.

       n: A vector on integers.

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

     Select a subset of models and their forecast covariances from a
     larger object.

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

     A forecastCov object.

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

     'forecastCov'

