def _prob(self, x): return 0.5 / self.scale * math_ops.exp( -math_ops.abs(x - self.loc) / self.scale)