Open jfelip opened 2 years ago
implement these missing methods
def condition(self, dist): raise NotImplementedError def marginal(self, dim): raise NotImplementedError def integral(self, a, b): raise NotImplementedError def support(self): return self.support_vals
implement these missing methods