Menu

DEVSQ

Description

Returns the sum of the squares of the deviations of data points from their sample mean.

Examples

DEVSQ(10, 3, 2) = 38

DEVSQ(10, 3, NAN) = NAN

DEVSQ(10, 3, INF) = NAN

DEVSQ(NAN) = NAN

DEVSQ(INF) = NAN

DEVSQ(-INF) = NAN

On this page