Where can I find derivation of formula for portfolio skewness and kurtosis? I can find formulas everywhere, but not their derivations? For example, the portfolio variance formula is well known and I can find the derivation of that formula in a lot of books, but I can't find anything on portfolio skewness formula and kurtosis. They are just given the way they are. I'm not strong enough at probability theory to use it to derive the formulas from the expectations operator. Who was the first person to derive them? Where were they first published?
Tell me more
×
Quantitative Finance Stack Exchange is a question and answer site for
finance professionals and academics. It's 100% free, no registration required.
|
What is the data basis that you start from? If you just have the covariance matrix, then you can only calculate portfolio variance or volatility by $$ w^T \Sigma w$$ where $w$ are the portfolio weights and $\Sigma$ is the covariance matrix. If you have the individual asset continuously compounded returns $r^j_t$ where $j$ indexes assets, $j=1,\ldots,N$, and $t$ stands for time, $t=1,\ldots,T$, then you can also calculate the portfolio returns for each points in time $$r_t = \sum_{j=1}^N w_j r^j_t$$ and then apply the standard variance estimator on $(r_t)_{t=1}^T$. Coming back to your question, having $(r_t)_{t=1}^T$ you can calculate skewness and kurtosis on this sample. You find the formulas on wikipedia. |
|||||
|