mo3                  package:dprep                  R Documentation

_T_h_e _t_h_i_r_d _m_o_m_m_e_n_t _o_f _a _m_u_l_t_i_v_a_r_i_a_t_e _d_i_s_t_r_i_b_u_t_i_o_n

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

     This function computes the third moment of a multivariate normal
     distribution. This result is used later on the Mardia's test for
     multivariate normality

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

     mo3(data)

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

    data: The dataset containing the features of the multivariate
          vector  which third momment will be computed 

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

    mo3 : The third momment of the multivariate distribution

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

     Edgar Acuna

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

     'mo4', 'mardia'

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

     data(my.iris)
     mo3(my.iris)

