InfluenceCurve-class         package:ROptEst         R Documentation

_I_n_f_l_u_e_n_c_e _c_u_r_v_e

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

     Class of influence curves (functions).

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

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

     '_n_a_m_e': object of class '"character"' 

     '_C_u_r_v_e': object of class '"EuclRandVarList"' 

     '_R_i_s_k_s': object of class '"list"':  list of risks; cf.
          'RiskType-class'. 

     '_I_n_f_o_s': object of class '"matrix"' with two columns named
          'method' and 'message': additional informations. 

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

     _n_a_m_e 'signature(object = "InfluenceCurve")':  accessor function
          for slot 'name'. 

     _n_a_m_e<- 'signature(object = "InfluenceCurve")':  replacement
          function for slot 'name'. 

     _C_u_r_v_e 'signature(object = "InfluenceCurve")':  accessor function
          for slot 'Curve'. 

     _M_a_p 'signature(object = "InfluenceCurve")':  accessor function for
          slot 'Map' of slot 'Curve'. 

     _D_o_m_a_i_n 'signature(object = "InfluenceCurve")': accessor function
          for slot 'Domain' of slot 'Curve'. 

     _R_a_n_g_e 'signature(object = "InfluenceCurve")': accessor function
          for slot 'Range' of slot 'Curve'. 

     _I_n_f_o_s 'signature(object = "InfluenceCurve")':  accessor function
          for slot 'Infos'. 

     _I_n_f_o_s<- 'signature(object = "InfluenceCurve")':  replacement
          function for slot 'Infos'. 

     _a_d_d_I_n_f_o<- 'signature(object = "InfluenceCurve")':  function to add
          an information to slot 'Infos'. 

     _R_i_s_k_s 'signature(object = "InfluenceCurve")':  accessor function
          for slot 'Risks'. 

     _R_i_s_k_s<- 'signature(object = "InfluenceCurve")':  replacement
          function for slot 'Risks'. 

     _a_d_d_R_i_s_k<- 'signature(object = "InfluenceCurve")':  function to add
          a risk to slot 'Risks'. 

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

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

     Matthias Kohl Matthias.Kohl@stamats.de

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

     Hampel et al. (1986) _Robust Statistics_.  The Approach Based on
     Influence Functions. New York: Wiley.

     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:

     'InfluenceCurve', 'RiskType-class'

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

     new("InfluenceCurve")

