BetaCoSkewness     package:PerformanceAnalytics     R Documentation

_s_y_s_t_e_m_a_t_i_c _s_k_e_w_n_e_s_s _o_f _a_n _a_s_s_e_t _t_o _a_n _i_n_i_t_i_a_l _p_o_r_t_f_o_l_i_o

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

     Beta CoSkewness is the beta of an asset to the skewness of an
     initial portfolio.  Used to determine diversification potential.
     also called "systematic skewness" or "systematic co-skewness" by
     several papers.

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

     BetaCoSkewness(Ra,Ri, na.rm = FALSE)

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

      Ra: return vector of asset being considered for addition to
          portfolio 

      Ri: return vector of initial portfolio 

   na.rm: TRUE/FALSE Remove NA's from the returns? 

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


                       BCoS=CoS(Ra,Rb)/skew(Ra)

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

     systematic skewness of asset to an initial portfolio

_N_o_t_e:

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

     Brian G. Peterson

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

     Martellini L., Vaissie M., Ziemann V., October 2005. Investing in
     Hedge Funds: Adding Value through Active Style Allocation
     Decisions. Edhec Risk and Asset Management Research Centre.
     Equation [5] p. 10

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

     'CoSkewness' 'skewness'

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

