ParamFamily-class          package:ROptEst          R Documentation

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

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

     '_p_a_r_a_m': Object of class '"ParamFamParameter"': parameter of the
          family. 

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

     '_d_i_s_t_r_i_b_u_t_i_o_n': Object of class '"Distribution"': member of the
          family.

     '_d_i_s_t_r_S_y_m_m': Object of class '"DistributionSymmetry"':  symmetry
          of 'distribution'. 

     '_p_r_o_p_s': Object of class '"character"': properties of the family. 

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

     Class '"ProbFamily"', directly.

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

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

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

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

     _p_a_r_a_m 'signature(object = "ParamFamily")':  accessor function for
          slot 'param'. 

     _p_l_o_t 'signature(x = "ParamFamily")':  plot of slot 'distribution'. 

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

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

     Matthias Kohl Matthias.Kohl@stamats.de

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

     'Distribution-class'

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

     F1 <- new("ParamFamily") # prototype
     plot(F1)

