|
Spreadsheet: Statistical functions on variablesVAVEDEVVAVEDEV(variable[,criterion]) returns the average of absolute deviations of a variable VAVERAGEVAVERAGE(variable[,criterion]) returns the average of a variable VCOEFVARVCOEFVAR(variable[,criterion]) returns the coefficient of variation of a variable VCOUNTVCOUNT(variable[,criterion]) returns the number of numerical data of a variable VCOUNTNEGVCOUNTNEG(variable[,criterion]) counts the negative observations of a variable VCOUNTPOSVCOUNTPOS(variable[,criterion]) counts the positive observations of a variable VGEOMEANVGEOMEAN(variable[,criterion]) returns the geometric mean of a variable VMAXVMAX(variable[,criterion]) returns the maximum value of a variable VMEDIANVMEDIAN(variable[,criterion]) returns the median value of a variable VMINVMIN(variable[,criterion]) returns the minimum value of a variable VPERCENTILEVPERCENTILE(centile,variable[,criterion]) returns a percentile value of a variable VPERCRANKVPERCRANK(value,variable[,criterion]) returns the percentile rank of a value VPERCRANKRVPERCRANKR(variable,group) returns the percentile rank of a value VSEMVSEM(variable[,criterion]) returns the standard error of the mean of a variable VSTDEVVSTDEV(variable[,criterion]) returns the standard deviation of a variable VSUMVSUM(variable[,criterion]) returns the sum of observations of a variable VSUMNEGVSUMNEG(variable[,criterion]) returns the sum of the negative observations of a variable VSUMPOSVSUMPOS(variable[,criterion]) returns the sum of the positive observations of a variable VVARVVAR(variable[,criterion]) returns the variance of a variable See also |