DistrList-class           package:distrEx           R Documentation

_L_i_s_t _o_f _d_i_s_t_r_i_b_u_t_i_o_n_s

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

     Create a list of distributions

_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("DistrList",
     ...)'. More frequently they are created via the generating
     function  'DistrList'.

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

     '._D_a_t_a': Object of class '"list"'.  A list of distributions.

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

     Class '"list"', from data part.
      Class '"vector"', by class '"list"'.

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

     _s_h_o_w 'signature(object = "DistrList")'

     _p_l_o_t 'signature(object = "DistrList")'

     _c_o_e_r_c_e 'signature(from = "Distribution", to = "DistrList")':
          create a '"DistrList"' object from a '"Distribution"' object

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

     Matthias Kohl Matthias.Kohl@stamats.de

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

     'DistrList', 'Distribution-class'

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

     (DL <- new("DistrList", list(Norm(), Exp())))
     plot(DL)
     as(Norm(), "DistrList")

