Source code: https://github.com/js850/nested_sampling
Documentation: http://js850.github.io/nested_sampling
Flexible and efficient Python implementation of the nested sampling algorithm. This implementation is geared towards allowing statistical physicists to use this method for thermodynamic analysis but is also being used by astrophysicists.
This implementation uses the language of statistical mechanics (partition function, phase space, configurations, energy, density of states) rather than the language of Bayesian sampling (likelihood, prior, evidence). This is simply for convenience, the method is the same.
The package goes beyond the bare implementation of the method providing:
nested sampling has been authored by Stefano Martiniani Jacob D. Stevenson at the University of Cambridge. The project is publicly available under the GNU general public licence.