sd), median absolute deviation (mad), and interquartile
range (IQR). The function is primarily intended to serve as helper function for AggregatePenalty.dispersion(RR, measure = c("sd", "mad", "iqr"), scheme = c("original", "symmetric", "user"), center = NULL)RepeatedRanking.scheme="original", then the location parameter is chosen as the reference ranking
(slot original). If scheme = "symmetric", then original@ranking and rankings are pooled to compute the
location parameter either as the joint mean (if measure = "mean") or the joint median (if measure = "median"). Alternatively,
the user may provide locations by using the center argument.scheme = "user".