lowerCaseRadius           package:ROptEst           R Documentation

_C_o_m_p_u_t_a_t_i_o_n _o_f _t_h_e _l_o_w_e_r _c_a_s_e _r_a_d_i_u_s

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

     The lower case radius is computed; confer Subsection 2.1.2  in
     Kohl (2005).

_U_s_a_g_e:

     lowerCaseRadius(L2Fam, neighbor, risk, ...)

_A_r_g_u_m_e_n_t_s:

   L2Fam: L2 differentiable parametric family 

neighbor: object of class '"Neighborhood"' 

    risk: object of class '"RiskType"' 

     ...: additional parameters 

_V_a_l_u_e:

     lower case radius

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

     _L_2_F_a_m = "_L_2_P_a_r_a_m_F_a_m_i_l_y", _n_e_i_g_h_b_o_r = "_C_o_n_t_N_e_i_g_h_b_o_r_h_o_o_d", _r_i_s_k = "_a_s_M_S_E" 
          lower case radius for risk '"asMSE"' in case of
          '"ContNeighborhood"'.

     _L_2_F_a_m = "_L_2_P_a_r_a_m_F_a_m_i_l_y", _n_e_i_g_h_b_o_r = "_T_o_t_a_l_V_a_r_N_e_i_g_h_b_o_r_h_o_o_d", _r_i_s_k = "_a_s_M_S_E" 
          lower case radius for risk '"asMSE"' in case of
          '"TotalVarNeighborhood"'.

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

     Matthias Kohl Matthias.Kohl@stamats.de

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

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

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

     'L2ParamFamily-class', 'Neighborhood-class'

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

     lowerCaseRadius(BinomFamily(size = 10), ContNeighborhood(), asMSE())
     lowerCaseRadius(BinomFamily(size = 10), TotalVarNeighborhood(), asMSE())

