sumOfSquaredDeviation property

double? sumOfSquaredDeviation
getter/setter pair

The sum of squared deviations from the mean: Sum[i=1..count]((x_i - mean)^2) where each x_i is a sample values.

If count is zero then this field must be zero, otherwise validation of the request fails.

Implementation

core.double? sumOfSquaredDeviation;