Home | History | Annotate | Download | only in tools

Lines Matching refs:difference

251   of the difference between the closest values across the good and bad groups
304 There are several different ways to define relative difference between
306 or to the mean of the two numbers. This version returns the difference
320 difference = after - before
321 return math.fabs(difference / before)
3779 'difference in mean, std_dev, or return_code.')