Statistics¶
10 built-in function(s) in this category.
Commonest— Commonest[list] gives a list of the elements that are the most common in list. (Stable)ExponentialMovingAverage— ExponentialMovingAverage[list, alpha] (Stable)Mean— Mean[data] gives the mean estimate of the elements in data. (Stable)Median— Median[data] (Stable)MovingAverage— MovingAverage[list, r] (Stable)MovingMedian— MovingMedian[list, r] (Stable)Quartiles— Quartiles[data] (Stable)RootMeanSquare— RootMeanSquare[list] gives the root mean square of values in list. (Stable)StandardDeviation— StandardDeviation[data] gives the standard deviation estimate of the elements in data. (Stable)Variance— Variance[data] gives the unbiased variance estimate of the elements in data. (Stable)