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