fiUnOvShoot             package:ROptEst             R Documentation

_G_e_n_e_r_a_t_i_n_g _f_u_n_c_t_i_o_n _f_o_r _f_i_U_n_O_v_S_h_o_o_t-_c_l_a_s_s

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

     Generates an object of class '"fiUnOvShoot"'.

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

     fiUnOvShoot(width = 1.960)

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

   width: positive real: half the width of given confidence interval. 

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

     Object of class '"fiUnOvShoot"'

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

     Matthias Kohl Matthias.Kohl@stamats.de

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

     Huber, P.J. (1968) Robust Confidence Limits. Z.
     Wahrscheinlichkeitstheor. Verw. Geb. *10*:269-278.

     Rieder, H. (1989) A finite-sample minimax regression estimator. 
     Statistics *20*(2): 211-221.

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

     Ruckdeschel, P. and Kohl, M. (2005) How to approximate  the finite
     sample risk of M-estimators.

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

     'fiUnOvShoot-class'

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

     fiUnOvShoot()

     ## The function is currently defined as
     function(width = 1.960){ new("fiUnOvShoot", width = width) }

