VarianceCI[list] gives a confidence interval for the population variance estimated from list.
VarianceRatioCI[list_1, list_2] gives a confidence interval for the ratio of the population variances estimated from list_1 and from list_2.
EllipsoidQuantile[matrix, q] gives the ellipsoidal locus of the q\[Null]^th quantile of matrix.EllipsoidQuantile[matrix, {q_1, q_2, ...}] gives ellipsoidal loci for multiple ...
EllipsoidQuartiles[matrix] gives the ellipsoidal loci of the quartiles of matrix.
KendallRankCorrelation[xlist, ylist] gives Kendall's rank correlation coefficient \[Tau] for the real-valued vectors xlist and ylist.
MultivariateMedianDeviation[matrix] gives the median Euclidean distance from the median of the elements in matrix.
MultivariateTrimmedMean[matrix, f] gives the mean of the bivariate data matrix after dropping a fraction f of the outermost vectors.
SpearmanRankCorrelation[xlist, ylist] gives Spearman's rank correlation coefficient \[Rho] for the real-valued vectors xlist and ylist.
TotalVariation[matrix] gives the total variation for matrix.
MusicScale[{i_1, i_2, ...}, freq, dur] creates a Sound object that is a sequence of pitches corresponding to numbers i_1, i_2, ..., a list of intervals measured in cents, ...