nanograv / PTMCMCSampler

Parallel tempering MCMC sampler package written in Python
Other
50 stars 38 forks source link

Provide some tests #8

Open vhaasteren opened 8 years ago

vhaasteren commented 8 years ago

Provide some simple tests for the sampler

vhaasteren commented 8 years ago

The examples folder now contains a "gaussian_likelihood" and a "curved_likelihood" jupyter notebook. The Gaussian likelihood also contains a simple transformation class that transforms away an interval for usage with Hamiltonian samplers.

Questions:

jellis18 commented 8 years ago

Finally added a simple example for an N-D gaussian without using the hamiltonian sampling. This also shows how to add custom jump proposals. We still may want a parallel tempering example