SummaryCovRobust-class         package:rrcov         R Documentation

_C_l_a_s_s "_S_u_m_m_a_r_y_C_o_v_R_o_b_u_s_t" - _s_u_m_m_a_r_y _o_f "_C_o_v_R_o_b_u_s_t" _o_b_j_e_c_t_s

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

     Summary information for CovRobust objects meants for printing by
     'show'

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created by calls of the form
     'new("SummaryCovRobust", ...)',  but most often by invoking
     'summary' on an "Cov" object. They contain values  meant for
     printing by 'show'.

_S_l_o_t_s:

     '_c_o_v_o_b_j': Object of class '"Cov"'

     '_e_v_a_l_s': Eigenvalues of the covariance or correlation matrix

_E_x_t_e_n_d_s:

     Class '"SummaryCov"', directly.

_M_e_t_h_o_d_s:

     _s_h_o_w 'signature(object = "SummaryCovRobust")': ... 

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

     Valentin Todorov valentin.todorov@chello.at

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

     'CovRobust-class',   'SummaryCov-class'

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

     data(hbk)
     hbk.x <- data.matrix(hbk[, 1:3])
     cv <- CovMest(hbk.x)
     cv
     summary(cv)

