NormLocationScaleFamily       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 _n_o_r_m_a_l _l_o_c_a_t_i_o_n _a_n_d _s_c_a_l_e _f_a_m_i_l_i_e_s

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

     Generates an object of class '"L2ParamFamily"' which represents a
     normal location and scale family.

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

     NormLocationScaleFamily(mean = 0, sd = 1, trafo)

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

    mean: mean 

      sd: standard deviation 

   trafo: matrix: transformation of the parameter 

_D_e_t_a_i_l_s:

     The slots of the corresponding L2 differentiable  parameteric
     family are filled.

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

     Object of class '"L2ParamFamily"'

_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', 'Norm-class'

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

     (N1 <- NormLocationScaleFamily())
     plot(N1)
     FisherInfo(N1)
     checkL2deriv(N1)

