Why is the Linux load average over the past 1, 5 and 15 minutes reported as the exponential moving average, instead of just simple (unweighted mean) moving average? It seems to me that the simple moving average value would be easier to understand. And having the three different load average values already communicates what the load looks like nearer in time, so it is not apparent what added value the exponential weighting brings.
For background, see the uptime man page and the Wikipedia entry on load.