Searched refs:slope_ (Results 1 – 2 of 2) sorted by relevance
31 slope_(options_.initial_slope), in OveruseEstimator()74 const double residual = t_ts_delta - slope_*h[0] - offset_; in Update()112 slope_ = slope_ + K[0] * residual; in Update()
57 double slope_; variable