Statistical Functions

Statistical functions calculate advanced statistical values, such as correlation or variance. These functions are often used in sales and marketing applications.

FunctionReturn Value
@CORRELATIONThe correlation coefficient between two parallel data sets
@COUNTThe number of data values in the specified data set
@MEDIANThe median (middle value) of the specified data set
@MODEThe mode (the most frequently occurring value) in the specified data set
@RANKThe rank (position in the sorted data set) of the specified members or the specified value among the values in the specified data set.
@STDEVThe standard deviation of the specified data set
@STDEVPThe standard deviation of the specified data set, calculated over the entire population
@STDEVRANGEThe standard deviation of all values of the specified member across the specified data set. The specified mbrName is crossed with a range list to obtain the sample across which the standard deviation is calculated.
@VARIANCEThe statistical variance of the specified data set (expList), based upon a sample of a population
@VARIANCEPThe statistical variance of the specified data set (expList), based upon the entire population