Variance
σ^2 = Σ(R-μ)^2 / n
Sample Variance
σ^2 = Σ(R-μ)^2 / n-1
*same as variance but divide by n-1
3rd Central Moment
Skewness = Σ(R-μ)^3 / σ^3
Positive skewness = right skew, mean>median>mode
Negative skewness = left skew, mean
4th Central Moment
Clustering of data around mean
Kurtosis = Σ(R-μ)^4 / σ^4
Normal distribution Kurtosis is 3 — excess kurtosis is over 3, leptokurtic (high peak, fat tails, higher chance of large losses)
Low kurtosis is platykurtic (flat peak, smaller % of small deviations from the mean)
Covariance
Cov(Ri, Rj) = σi,j = Σ(Ri-μi)(Rj-μj) / n-1
Or… (return a1 minus mean a) * (return b1 minus mean b)
Sample Covariance
Cov(Ri, Rj) = σi,j = E(Ri-μi)(Rj-μj) / t - 1
Correlation Coefficient
Correlation of returns between assets i and j = ρi,j = Covariance(Ri,Rj) / σiσj
Beta
β = Correlation of i,j * (σi / σj)
Autocorrelation
K-order autocorrelation = E(Rt- μ)(Rt-k - μ)
Properties of Standard Deviation - scaling volatility
Ie: monthly return std dev of 10%, calc the annualized std dev?
σ12 = √12 * .10 = .3464 = 34.64%
Ie: annual return std dev of 30%, calc the 6 month std dev?
σ.5 = .30 / √(12/6) = .2121 = 21.21%
Properties of Standard Deviation - levered vs unlevered portfolio
σL = (assets / equity) * σu
Ie: assume an index w/ annual volatility of 30%, calc the vol of a portfolio that leverages an index 1.5 to 1
σL = 1.5 * .30 = 45%
Portfolio STD. Dev.
√(wi^2σi^2) + (wj^2σj^2) + 2(wi)(wj)(corr i,j)(σi)(σj)