Skip to content

Posterior and Prior Quantile Calculations

Reed Essick requested to merge posterior-quantiles into master

Computes the posterior and prior quantiles for m<Mmax (averaging over Mmax). This calculation is extremely similar to the Bayes factor calculation, although they are not entirely equivalent. For clarity on that point, I chose to implement this calculation as a completely separate function call even though there is a lot of repeated code between utils.quantiles and utils.bayes.

Merge request reports

Loading