Lines Matching refs:outlier
160 // outliers, analyzes the outlier series for unexpectedly
185 // an outlier. Learn these values from the data.
187 // set outlier threshold
191 // and the previous one is long enough to count as an outlier
193 // If an outlier was found, check whether it was a peak
295 // one is beyond a threshold. If yes, stores the timestamp as an outlier
297 // Time elapsed since previous outlier: Timestamp of start of outlier
377 for (const auto &outlier: mOutlierData) {
378 body->appendFormat("%lld: %lld\n", static_cast<long long>(outlier.first),
379 static_cast<long long>(outlier.second));