John Blythe <j...@curvolabs.com> wrote:
> <long name="count">102</long>
...
> <long name="countDistinct">6</long>

102 values, but only 6 distinct (aka unique): 3900, 3998, 4098, 4200, 4305 and 
4413.

> <lst name="percentiles">
> <double name="25.0">4305.0</double>
> <double name="50.0">4413.0</double>
> <double name="75.0">4413.0</double>

>   - the 50th and 75%  are the same value as the max
>   - the 50th and 75th % are the same number as one another

That is not a sign of an error. But it does tell us that at least half of your 
102 values are 4413. Forgetting your 25% and your mean value for a moment, the 
102 values could be
3900, 3998, 4098, 4200, 4305, 4413, 4413, 4413... (94 more repeats of 4413).

- Toke Eskildsen

Reply via email to