[rrd-users] Re: Median calculations ?
Serge Maandag
serge.maandag at staff.zeelandnet.nl
Tue Mar 14 20:31:35 MET 2006
> My apologies :) so the 50th percentile would be {2,3,4} here?
> (or without the 2...)
No,
I haven't ever used the percentile function of rrdtool, but it should
just return 2.
In your example the 20th percentile is 1, the 40th 2 etc. etc. and the
100th percentile is 50.
The rrdtool documentation says:
This should follow a DEF or CDEF vname. The vname is popped, another
number is popped which is a certain percentage (0..100). The data set
is then sorted and the value returned is chosen such that percentage
percent of the values is lower or equal than the result. Unknown values
are considered lower than any finite number for this purpose so if this
operator returns an unknown you have quite a lot of them in your data.
Infinite numbers are lesser, or more, than the finite numbers and are
always more than the Unknown numbers. (NaN < -INF < finite values < INF)
Example: VDEF:perc95=mydata,95,PERCENT
I don't think it will interpolate if there's an even number of elements
in the array.
Serge.
-------------
Op de inhoud van dit e-mailbericht en de daaraan gehechte bijlagen is de inhoud van
de volgende disclaimer van toepassing: <http://www.zeelandnet.nl/disclaimer.php>
-------------
For the content of this e-mail message and its attachment(s) the following
disclaimer applies: <http://www.zeelandnet.nl/disclaimer.php>
--
Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive http://lists.ee.ethz.ch/rrd-users
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
More information about the rrd-users
mailing list