Searched refs:from_y (Results 1 – 2 of 2) sorted by relevance
24 def dline(pair, from_x, from_y, x2, y2, ch): argument29 dy = y2 - from_y38 y = from_y
562 def _testGlobalGradient(self, from_y="mean"): argument576 if from_y == "mean":578 elif from_y == "var":585 print("Moments %s gradient err vs input %d = %g" % (from_y, i, err))590 self._testGlobalGradient(from_y="mean")594 self._testGlobalGradient(from_y="var")