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