Language Reference

Descriptive Statistics Functions and Subroutines

CMISSreturns the number of missing values for numeric or character matrices
CSSreturns the corrected sum of squares
CVreturns the coefficient of variation
GEOMEANreturns the geometric mean
EUCLIDreturns the Euclidean norm of the nonmissing arguments
GEOMEANZreturns the geometric mean without fuzzing the values of the arguments that are approximately 0
HARMEANreturns the harmonic mean
HARMEANZreturns the harmonic mean without fuzzing the values of the arguments that are approximately 0
IQRreturns the interquartile range
KURTOSISreturns the kurtosis
LARGESTreturns the kth largest nonmissing value
LPNORMreturns the l_p norm of the nonmissing arguments
MAXreturns the largest value
MADreturns the median absolute deviation from the median
MEDIANcomputes median values
MEANreturns the arithmetic mean (average)
MINreturns the smallest value
Nreturns the number of nonmissing values
NMISSreturns the number of missing values
ORDINALreturns any specified order statistic
PCTLcomputes percentiles
RANGEreturns the range of values
RMSreturns the root mean square
SKEWNESSreturns the skewness
SMALLESTreturns the kth smallest nonmissing value
SUMreturns the sum of the nonmissing arguments
STDreturns the standard deviation
CALL STDIZEstandardizes the values of one or more variables
STDERRreturns the standard error of the mean
SUMABSreturns the sum of the absolute values of the nonmissing arguments
USSreturns the uncorrected sum of squares
VARreturns the variance

Previous Page | Next Page | Top of Page