Statistics¶
12 built-in function(s) in this category.
CentralMoment— CentralMoment[data, r] (Stable)Commonest— Commonest[list] gives a list of the elements that are the most common in list. (Stable)Correlation— Correlation[v, w] (Stable)Covariance— Covariance[v, w] (Stable)ExponentialMovingAverage— ExponentialMovingAverage[list, alpha] (Stable)Kurtosis— Kurtosis[data] (Stable)Moment— Moment[data, r] (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)Skewness— Skewness[data] (Stable)