Cell Properties

Properties

CentralSumOfSquares Gets the sum of squares of all the non-empty data values centered around the cell mean.
Count Gets the number of non-empty data values.
Mean Gets the mean of all non-empty data values.
StandardDeviation Gets the biased standard deviation of all non-empty data values.
Sum Gets the sum of all non-empty data values.
SumOfSquares Gets the sum of the squares of all non-empty data values.
Variance Gets the biased variance of all non-empty data values.

See Also