Statistics¶
6 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)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)