DEVSQ
Returns the sum of squares of deviations of data points from their sample mean
Syntax
DEVSQ(number1, [number2], ...)
Parameters
- number1: Required. The first argument
- number2: Optional. Additional arguments, up to 255
Example
=DEVSQ(A1:A10)
Returns the sum of squares of deviations of data points from their sample mean
DEVSQ(number1, [number2], ...)
=DEVSQ(A1:A10)