sumOfSquaredDeviation property
The sum of squared deviations from the mean:
Sumi=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
@$pb.TagNumber(5)
$core.double get sumOfSquaredDeviation => $_getN(4);
Implementation
@$pb.TagNumber(5)
set sumOfSquaredDeviation($core.double value) => $_setDouble(4, value);