Available in: Redis Stack
Time complexity: O(n)
Get the mean value from the sketch, excluding values outside the low and high cutoff percentiles.
Simple string reply of mean value from the sketch. Will return DBL_MAX if the sketch is empty.
redis> TDIGEST.TRIMMED_MEAN t-digest 0.1 0.9
"9.500001"