bucketizer.sd.forbid-nulls
bucketizerDeprecated: bucketizer.sd.forbid-nulls
has the same behavior as bucketizer.sd
, use bucketizer.sd
instead.
This bucketizer function returns the standard deviation of each bucket. The location and elevation returned are those associated with the most recent value in the bucket.
The standard deviation is the square root of the variance as computed by mapper.var
.
The bucketizer.sd.forbid-nulls
function can only be applied to values of type LONG or DOUBLE, when applied to STRING or BOOLEAN it does not return any value.
If a value is NULL in the bucket, the result is NULL