Skip to content

Randomly pick multiple samples from multivariate Gaussian from different modes

Matthew Pitkin requested to merge matthew-pitkin/bilby:sample_from_modes into master

In the current MultivariateGaussian prior, if you sample multiple points they will all be drawn from the same mode of the distribution. This MR fixes this to randomly assign the modes for all samples.

Merge request reports