GumbelParameter-class        package:distrEx        R Documentation

_P_a_r_a_m_t_e_r _o_f _G_u_m_b_e_l _d_i_s_t_r_i_b_u_t_i_o_n_s

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

     The class of the parameter of Gumbel 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("GumbelParameter", ...)'.

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

     '_l_o_c': real number: location parameter of  a Gumbel distribution. 

     '_s_c_a_l_e': positive real number: scale parameter of a Gumbel
          distribution. 

     '_n_a_m_e': default name is  "parameter of a Gumbel distribution". 

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

     Class '"Parameter"', directly.
      Class '"OptionalParameter"', by class '"Parameter"'.

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

     _l_o_c 'signature(object = "GumbelParameter")': access method for
          slot 'loc'. 

     _s_c_a_l_e 'signature(x = "GumbelParameter")': access method for slot
          'scale'. 

     _l_o_c<- 'signature(object = "GumbelParameter")': replace method for
          slot 'loc'. 

     _s_c_a_l_e<- 'signature(x = "GumbelParameter")': replace method for
          slot 'scale'. 

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

     Matthias Kohl Matthias.Kohl@stamats.de

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

     'Gumbel-class', 'Parameter-class'

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

     new("GumbelParameter")

