X-Git-Url: https://git.tokkee.org/?p=rrdtool.git;a=blobdiff_plain;f=doc%2Frrdgraph_rpn.pod;fp=doc%2Frrdgraph_rpn.pod;h=87fc8e666132a57524885f6f8e7ac7a49302078f;hp=894fef16bbabcf42215946a1f880d8241d954f38;hb=e277f39d7810afca83271816dac781853721693f;hpb=9bcac1341728f5f2fbc8b5a4790a2ea9265b7a2f 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.