Searched refs:smoothing_coef_ (Results 1 – 2 of 2) sorted by relevance
166 smoothing_coef_(kDefaultTrendlineSmoothingCoeff), in TrendlineEstimator()209 smoothed_delay_ = smoothing_coef_ * smoothed_delay_ + in UpdateTrendline()210 (1 - smoothing_coef_) * accumulated_delay_; in UpdateTrendline()
98 const double smoothing_coef_; variable