Home
last modified time | relevance | path

Searched refs:asquare_of_sums (Results 1 – 1 of 1) sorted by relevance

/external/toolchain-utils/cros_utils/
Dstats.py1599 sstot = ass(alldata) - (asquare_of_sums(alldata) / float(bign))
1602 ssbn = ssbn + asquare_of_sums(N.array(list)) / float(len(list))
1603 ssbn = ssbn - (asquare_of_sums(alldata) / float(bign))
3149 r_den = math.sqrt((n * ass(x) - asquare_of_sums(x)) *
3150 (n * ass(y) - asquare_of_sums(y)))
3267 r_den = math.sqrt((n * ass(x) - asquare_of_sums(x)) *
3268 (n * ass(y) - asquare_of_sums(y)))
3274 slope = r_num / (float(n) * ass(x) - asquare_of_sums(x))
3307 r_den = N.sqrt((n * ass(x) - asquare_of_sums(x)) *
3308 (n * ass(y, 0) - asquare_of_sums(y, 0)))
[all …]