ParamFamParameter-class       package:ROptEst       R Documentation

_P_a_r_a_m_e_t_e_r _o_f _a _p_a_r_a_m_e_t_r_i_c _f_a_m_i_l_y _o_f _p_r_o_b_a_b_i_l_i_t_y _m_e_a_s_u_r_e_s

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

     Class of the parameter of parametric families  of probability
     measures.

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

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

     '_m_a_i_n': Object of class '"numeric"': main parameter. 

     '_n_u_i_s_a_n_c_e': Object of class '"OptionalNumeric"': optional nuisance
          parameter. 

     '_t_r_a_f_o': Object of class '"matrix"':  transformation of the
          parameter. 

     '_n_a_m_e': Object of class '"character"': name of the parameter. 

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

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

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

     _m_a_i_n 'signature(object = "ParamFamParameter")':  accessor function
          for slot 'main'. 

     _m_a_i_n<- 'signature(object = "ParamFamParameter")':  replacement
          function for slot 'main'. 

     _n_u_i_s_a_n_c_e 'signature(object = "ParamFamParameter")':  accessor
          function for slot 'nuisance'. 

     _n_u_i_s_a_n_c_e<- 'signature(object = "ParamFamParameter")':  replacement
          function for slot 'nuisance'. 

     _t_r_a_f_o 'signature(object = "ParamFamParameter")':  accessor
          function for slot 'trafo'. 

     _t_r_a_f_o<- 'signature(object = "ParamFamParameter")':  replacement
          function for slot 'trafo'. 

     _l_e_n_g_t_h 'signature(x = "ParamFamParameter")':  sum of the lengths
          of 'main' and 'nuisance'. 

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

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

     Matthias Kohl Matthias.Kohl@stamats.de

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

     'Parameter-class'

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

     new("ParamFamParameter")

