def analytic_mean(self): """ Ref: :py:meth:`pyro.distributions.distribution.Distribution.analytic_mean` """ return torch.pow(self.lam, -1.0)