DEVSQ function

DEVSQ(firstParameter, otherParameters...) DEVSQ(firstParameter; otherParameters...)

firstParameter

Number or { Number }

The first parameter.

otherParameters

Number or { Number } (accepts many)

Additional parameters.

Returns

Number

The sum of squares of deviations from the mean.

Returns the sum of squares of deviations from the mean.

Example

DEVSQ(1, 3, 5)DEVSQ(1; 3; 5)

Returns 8.