Calculates a standard deviation-type statistic using individual drawdowns.
Source:R/maxDrawdown.R
DrawdownDeviation.RdDD = sqrt(sum[j=1,2,...,d](D_j^2/n)) where D_j = jth drawdown over the entire period d = total number of drawdowns in entire period n = number of observations