bayesfast icon indicating copy to clipboard operation
bayesfast copied to clipboard

Next generation Bayesian analysis tools for efficient posterior sampling and evidence estimation.

Results 7 bayesfast issues
Sort by recently updated
recently updated
newest added

Seems that for now we'd better use numpy>=1.20 and numdifftools

bug

Sometimes the target density is not defined in some regions of the parameter space. Maybe we should let BF automatically return logp=-inf for such cases?

enhancement

Hi, first of all, really nice package! I'm running MCMC chains in Stan, since computing the gradient of my distribution is not trivial and Stan's autodiff does it for me....

question

Now the SIT transformer uses `use_parallel=False` by default. Need to review this at some point.

enhancement

This should be easy, as we have already separated the pickle-able and (possible) non-pickle-able components.

enhancement

1. to compute & extract additional parameters, like sigma8, using the true model 2. to allow additional importance weights from some other function (like the `post_BAO` in Planck), but maybe...

enhancement

BF needs ~1s to import at the moment. Should study why it takes such a long time to import at some point.

enhancement