In addition to the min/max/mean/std.dev, it'd be nice to include the median as well - the 50% divider is less effected by outlying values, and can be easier to read than looking at the mean combined with the deviation.
Since it's a fairly simple value, there are several solutions for calculating a running median in a fairly easy and efficient manner.
In addition to the min/max/mean/std.dev, it'd be nice to include the median as well - the 50% divider is less effected by outlying values, and can be easier to read than looking at the mean combined with the deviation.
Since it's a fairly simple value, there are several solutions for calculating a running median in a fairly easy and efficient manner.