kmath
kmath copied to clipboard
Implement a Metropolis-Hastings sampler
Implement a Sampler with Metropolis-Hastings algorithm.
We need to discuss the API, but I think that the sampler should take a [Distribution] or two distributions (for prior and likelihood) as parameters.