Skip to content

Multi-asset portfolio skewness&kurtosis formulae

4 messages · aito araki, Brian G. Peterson, David Lüthi

#
aito araki wrote:
This is a list for R in finance, not Excel in finance.  As such, I am 
happy to report that the functions you need are all available in the R 
package PerformanceAnalytics.

You can find all the formulae and proofs in our paper:

/Estimation and Decomposition of Downside Risk for Portfolios with 
Non-normal Returns/. Kris Boudt and Brian Peterson and Christophe Croux. 
Journal of Risk. Winter 2008 11(2) **p. 79-103.


Regards,

   - Brian
#
Dear Aito

If you want to tackle your problem in a fully parametric way you might
also consider to use the package 'ghyp'.

This package provides code to fit a multivariate generalized
hyperbolic distribution (or one of its many special cases) which
allows for skewness and excess-kurtosis to your return series and
subsequently use 'portfolio.optimize' to optimize the portfolio with
respect to different risk-measures as VaR, Conditional VaR, and variance.

Best regards,
David L?thi
aito araki wrote: