def __call__(self): return pf.Bernoulli(probs=self.prob())
def __call__(self, x): return pf.Bernoulli(self.D(x))