Lines Matching full:average
56 * menu uses a running average for this correction factor, however it uses a
78 * threshold value, we use the average of these intervals as prediction.
99 * a value of 10 is added for each point of "per cpu load average" we have.
104 * The load average factor gives a longer term (few seconds) input to the
107 * represented in the system load average.
169 * average of these 8 points as the estimated value.
181 /* First calculate the average of past intervals */ in get_typical_interval()
224 * deviation is small compared to the average interval (avg > in get_typical_interval()
225 * 6*stddev, avg^2 > 36*variance). The average is smaller than in get_typical_interval()
227 * overflow a u64. We simply reject this candidate average if in get_typical_interval()
243 * calculate the average and standard deviation again. Once we get in get_typical_interval()