InfRobModel-class          package:ROptEst          R Documentation

_R_o_b_u_s_t _m_o_d_e_l _w_i_t_h _i_n_f_i_n_i_t_e_s_i_m_a_l (_u_n_c_o_n_d_i_t_i_o_n_a_l) _n_e_i_g_h_b_o_r_h_o_o_d

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

     Class of robust models with infinitesimal (unconditional)
     neighborhoods; i.e., the neighborhood is shrinking at a rate of
     sqrt(n).

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

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

     '_c_e_n_t_e_r': Object of class '"ProbFamily"'. 

     '_n_e_i_g_h_b_o_r': Object of class '"UncondNeighborhood"'. 

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

     Class '"RobModel"', directly.

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

     _n_e_i_g_h_b_o_r<- 'signature(object = "InfRobModel")':  replacement
          function for slot 'neighbor<-' 

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

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

     Matthias Kohl Matthias.Kohl@stamats.de

_R_e_f_e_r_e_n_c_e_s:

     Rieder, H. (1994) _Robust Asymptotic Statistics_. New York:
     Springer.

     Kohl, M. (2005) _Numerical Contributions to the Asymptotic Theory
     of Robustness_.  Bayreuth: Dissertation.

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

     'ProbFamily-class', 'UncondNeighborhood-class', 'InfRobModel'

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

     new("InfRobModel")

