def _cdf_y_gt_f(self, y, f): return (erf((y - f) / (self.l * np.sqrt(2))) * self.l * SQRTPI2 + f) \ / (f + self.l * SQRTPI2)