QUANTIZE
gtsThe QUANTIZE
function produces a quantized version of a Geo Time Series™ by replacing each value with a value from a finite list according to the interval the original value falls in. This function only works on numeric Geo Time Series™.
This function can help to "discretify" data before calling VALUEHISTOGRAM
.
The list of intervals is defined as: [-∞,bounds0], (bounds0,bounds_1], (bounds1,bounds2], ..., (boundsn-1,+∞]