I see, in this case i think you need to do data - shift (which should works)
otherwise, try doing self.random and self.logp instead of super().{method} in your implementation.
I see, in this case i think you need to do data - shift (which should works)
otherwise, try doing self.random and self.logp instead of super().{method} in your implementation.