grd349 / PBjam

A repo for our peak baggin code and tips on jam
MIT License
17 stars 6 forks source link

Migrate Asy_peakbag sampling to Dynesty? #267

Closed nielsenmb closed 2 months ago

nielsenmb commented 1 year ago

At the moment we have the option to use CPnest or EMCEE. These are used to sample the prior distribution in KDE and to sample the posterior in Asy_peakbag.

Together with the addition of dimensionality reduction, I propose to implement Dynesty which has been tested extensively in relation to the dimensionality work and the performance is quite good.

It does require the PPF of the prior probability density, whereas CPnest and EMCEE work directly off the PDF.

So we need to make a decision about whether to keep the KDE approach and move completely to the PCA method for implementing the prior information, or we put in a switch between the two modes.

nielsenmb commented 1 year ago

Working on this in dev branch.

CPnest and EMCEE have been removed intirely.

nielsenmb commented 2 months ago

No longer relevant with PR #276