Searched refs:y_avg (Results 1 – 1 of 1) sorted by relevance
64 double y_avg = sum_y / packets.size(); in LinearFitSlope() local71 numerator += (x - x_avg) * (y - y_avg); in LinearFitSlope()