JohannesBuchner / PyMultiNest

Pythonic Bayesian inference and visualization for the MultiNest Nested Sampling Algorithm and PyCuba's cubature algorithms.
http://johannesbuchner.github.io/PyMultiNest/
Other
194 stars 88 forks source link

How to obtain total samples? #229

Closed chelinwang closed 1 year ago

chelinwang commented 1 year ago

Hello! After finishing sampling, we got a txt file with replacement samples, but not total samples. However, I want to obtain total samples, which contains low likelihood and high likelihood (inactive and active points).

Thank you very much!

JohannesBuchner commented 1 year ago

Have a look here https://johannesbuchner.github.io/UltraNest/performance.html#output-files in particular the weighted posterior sample file.

JohannesBuchner commented 1 year ago

Please reopen if you still have the issue.