Brendon J. Brewer
Brendon J. Brewer
The return value of 'perturb' is used to implement non-uniform priors. For example, here is an example with a Normal(0, 1) prior. The move I use implies a uniform prior,...
Hi Johannes, The gaussian in 10D might make Diffusive Nested Sampling look bad, because it's one where alternative methods work really well. ;-) In low dimensions you won't need so...
Thanks for PyDNest. That looks very useful! Many people would be confident implementing their model in Python but not C++. I wonder if it will work with the multithreading, though.
I am impressed! The ideas aren't that complicated, but whenever I've tried to implement it in another language I gave up because it became too complex. I'll let you know...