Central moment Computes the -th central moment of a data sample where is the mean of our sample and is the size of the data. Syntax central_moment(Integer, Statistics_data) Description central_moment(Integer, Statistics_data) Given an integer and a data sample , computes the -th central moment of . Related functions Variance, Moment, Skewness Table of Contents Syntax Description Related functions