=============================== References and Acknowledgements =============================== **The release paper describing the code corresponding to dynesty 1.0 can be found** `here `_. Unless you use the 1.0 version, you should **also** cite dynesty code used through `zenodo `_ A list of papers that you should cite can always be generated directly from the `sampler` object by calling:: print(sampler.citations) This will return a list of relevant papers and corresponding links to download citation information such as BibTex files. This list will by default include the following papers: * Code: `Speagle (2020) `_ and `Koposov et al. (2025) `_ * Nested Sampling: `Skilling (2004) `_ and `Skilling (2006) `_. If you use the Dynamic Nested Sampling functionality (via `DynamicNestedSampler`), this will also include: * Dynamic Nested Sampling: `Higson et al. (2019) `_. Depending on your specific bounding and sampling options, this may also include the following papers: * Single ellipsoid bound: `Mukherjee, Parkinson & Liddle (2006) `_. * Multiple ellipsoid bounds: `Feroz, Hobson & Bridges (2009) `_. * Overlapping balls/cubes: `Buchner (2016) `_ and `Buchner (2017) `_. * Random walks/staggers: `Skilling (2006) `_. * Multivariate/Random slice sampling: `Neal (2003) `_, `Handley, Hobson & Lasenby (2015a) `_, and `Handley, Hobson & Lasenby (2015b) `_. * Hamiltonian/Reflective slice sampling: `Neal (2003) `_, `Skilling (2012) `_, `Feroz & Skilling (2013) `_, and `Speagle (2019) `_. If you have utilized some of the error analysis features available through the provided utility functions (see :ref:`Nested Sampling Errors`), you should also cite: * Nested Sampling Errors: `Chopin & Robert (2010) `_, `Higson et al. (2018) `_, and `Speagle (2019) `_. Code ==== ``dynesty`` is the spiritual successor to Nested Sampling package `nestle `_ and has benefited enormously from the work put in by `Kyle Barbary `_ and `other contributors `_. Much of the API is inspired by the ensemble MCMC package `emcee `_ as well as other work by `Daniel Foreman-Mackey `_. Many of the plotting utilities draw heavily upon Daniel Foreman-Mackey's wonderful `corner `_ package. Several other plotting utilities as well as the real-time status outputs are inspired in part by features available in the statistical modeling package `PyMC3 `_. Papers and Texts ================ The dynamic sampling framework was entirely inspired by: `Higson et al. 2019 `_. *Dynamic nested sampling: an improved algorithm for parameter estimation and evidence calculation.* Stat Comput, 29, 891–913, doi:10.1007/s11222-018-9844-0. Much of the nested sampling error analysis is based on: `Higson et al. 2018 `_. *Sampling errors in nested sampling parameter estimation.* Bayesian Analysis, 13, no. 3, 873--896, doi:10.1214/17-BA1075. `Chopin & Robert 2010 `_. *Properties of Nested Sampling.* Biometrika, 97, 741. The nested sampling algorithms with cubes, balls bounds are based on: `Buchner 2016 `_. *A statistical test for Nested Sampling algorithms.* Statistics and Computing, 26, 383. Slice sampling and its implementations in nested sampling are based on: `Handley, Hobson & Lasenby 2015b `_. *POLYCHORD: next-generation nested sampling.* MNRAS, 453, 4384. `Handley, Hobson & Lasenby 2015a `_. *POLYCHORD: nested sampling for cosmology.* MNRASL, 450, L61. `Neal 2003 `_. *Slice sampling.* Ann. Statist., 31, 705. The implementation of multi-ellipsoidal decomposition are based in part on: `Feroz et al. 2013 `_. *Importance Nested Sampling and the MultiNest Algorithm.* ArXiv e-prints, 1306.2144. `Feroz, Hobson & Bridges 2009 `_. *MultiNest: an efficient and robust Bayesian inference tool for cosmology and particle physics.* MNRAS, 398, 1601. Several useful reference texts include: `Salomone et al. 2018 `_. *Unbiased and Consistent Nested Sampling via Sequential Monte Carlo.* ArXiv e-prints, 1805.03924. `Walter 2015 `_. *Point Process-based Monte Carlo estimation.* ArXiv e-prints, 1412.6368. `Shaw, Bridges & Hobson 2007 `_. *Efficient Bayesian inference for multimodal problems in cosmology.* MNRAS, 378, 1365. `Mukherjee, Parkinson & Liddle 2006 `_. *A Nested sampling algorithm for cosmological model selection.* ApJ, 638, L51. `Silvia & Skilling 2006 `_. *Data Analysis: A Bayesian Tutorial, 2nd Edition.* Oxford University Press. `Skilling 2006 `_. *Nested sampling for general Bayesian computation.* Bayesian Anal., 1, 833. `Skilling 2004 `_. *Nested Sampling.* In Maximum entropy and Bayesian methods in science and engineering (ed. G. Erickson, J.T. Rychert, C.R. Smith). AIP Conf. Proc., 735, 395.