summary-methods          package:distrTEst          R Documentation

_M_e_t_h_o_d_s _f_o_r _F_u_n_c_t_i_o_n _s_u_m_m_a_r_y _i_n _P_a_c_k_a_g_e '_d_i_s_t_r_T_E_s_t'

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

     summary-methods

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

     _s_u_m_m_a_r_y 'signature(object = "Evaluation")': returns the name of
          the data object, its filename, the estimator used and a
          statistical summary of the result;optional arguments: 

          _r_u_n_s_0 the indices of runs to be summarized;

          _d_i_m_s_0 the indices of result dimensions to be summarized;

          internal argument:

          _i_n_L_i_s_t decides if name of Dataobject and Datafile are printed
               out  (which is done if 'inLIST==FALSE'); defaults to
               'FALSE' but is TRUE when 'summary' is called from
               'summary'-method for 'signature(object =
               "EvaluationList")'

     _s_u_m_m_a_r_y 'signature(object = "EvaluationList")': returns, for each
          member of the list a summary of  the corresponding Evaluation
          object; optional arguments: 

          _e_v_a_l_0 the indices of evaluations to be summarized;- of this
               vector 'eval0'  maximally
               'MaxNumberofSummarizedEvaluations' evaluations are
               summarized where 'MaxNumberofSummarizedEvaluations'  is
               a global option, see 'distrTEstoptions'

          _r_u_n_s_0 the indices of runs to be summarized;

          _d_i_m_s_0 the indices of observation dimensions to be summarized;
               .in -5


