frontier                 package:sn                 R Documentation

_S_i_m_u_l_a_t_e_d _s_a_m_p_l_e _f_r_o_m _a _s_k_e_w-_n_o_r_m_a_l _d_i_s_t_r_i_b_u_t_i_o_n

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

     A sample simulated from the SN(0,1,5) distribution having sample
     index of skewness in the admissible range (-0.9952719,0.9952719)
     but maximum likelihood estimate on the frontier of the paramer
     space.

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

     data(frontier, package=sn)

_F_o_r_m_a_t:

     A vector of length 50.

_S_o_u_r_c_e:

     Generated by a run of `rsn(50,0,1,5)'.

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

     data(frontier)
     a <- sn.2logL.profile(y=frontier)
     a <- sn.2logL.profile(y=frontier, param.range=c(0.8,1.6,10,30),
             use.cp=F, npts=11)

