X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=doc%2Frrdgraph_rpn.pod;h=87fc8e666132a57524885f6f8e7ac7a49302078f;hb=HEAD;hp=894fef16bbabcf42215946a1f880d8241d954f38;hpb=2857eec12fddaa2a0747cb9e5d31e6f35235f0a6;p=rrdtool.git 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.