X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=doc%2Frrdgraph_rpn.pod;fp=doc%2Frrdgraph_rpn.pod;h=87fc8e666132a57524885f6f8e7ac7a49302078f;hp=894fef16bbabcf42215946a1f880d8241d954f38;hb=8527e903bb76856a16e0f68f73ac11e4e087dfc3;hpb=a8f63ee4c8e78a3fd998038e8912839c29343a56 diff --git a/doc/rrdgraph_rpn.pod b/doc/rrdgraph_rpn.pod index 894fef1..87fc8e6 100644 --- a/doc/rrdgraph_rpn.pod +++ b/doc/rrdgraph_rpn.pod @@ -157,6 +157,16 @@ average, ignoring all UNKNOWN values in the process. Example: C +B + +pop one element (I) from the stack. Now pop I elements and find +the median, ignoring all UNKNOWN values in the process. If there are an even +number of non-UNKNOWN values, the average of the middle two will be pushed on +the stack. + +Example: C + + B Create a "sliding window" average of another data series.