Lines Matching refs:range
302 # supports a huge range of exponents from Emin=-999999 to
308 # grows to cover the full range from the smallest magnitude to the
751 # beyond the range of the data, the R6 exclusive method is a
765 # property is that the vertices of Q7(p) divide the range into n - 1
798 for i in range(1, n):
806 for i in range(1, n):
1047 >>> y = [3 * x[i] + 2 + noise[i] for i in range(5)]
1060 >>> y = [3 * x[i] + noise[i] for i in range(5)]
1196 return [gauss(mu, sigma) for i in range(n)]
1223 raise StatisticsError('p must be in the range 0.0 < p < 1.0')
1237 return [self.inv_cdf(i / n) for i in range(1, n)]