Home | History | Annotate | Download | only in src

Lines Matching full:average

378 // that is the average of F(t) in the interval.
402 // 4) aggregate_value_ is the average of the function that is constructed by
480 // The aggregate_value_ is the average for [start_ms_; last_ms_].
481 // The value is the average for [last_ms_; current_ms].
482 // Return the weighted average of the aggregate_value_ and the value.