In Linux, the load average is said to be on 1min/5min/15min. The formula used by the kernel is actually an Exponential moving average.
If we define cpuload(1)
cpuload(1)
I'm guessing they wanted the mean lifetime of the contribution of a running process to be one minute.