IntelLabs / ais-benchmarks

A framework, based on python and numpy, for evaluation of sampling methods
MIT License
10 stars 3 forks source link

Distributions implementation: CMultivariateNormal #3

Open jfelip opened 2 years ago

jfelip commented 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