sum computes the global sum of the SciDB array elements (applies only to numeric types);
mean computes the arithmetic average of the SciDB array elements;
median computes the median of the SciDB array elements;
min computes the minimum of the SciDB array elements;
max computes the maximum of the SciDB array elements;
count returns the number of non-empty cell values in the SciDB array;
sd computes the standard deviation of the SciDB array elements (numeric only);
var computes the variance of the SciDB array elements (numeric only).