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