Closed adrn closed 9 years ago
I had originally left this out because I thought classes that store such arguments internally were cleaner than arguments fed manually to the sampler.
I guess this should be there to make switching back and forth between emcee
and kombine
as painless as possible. Thanks for adding it!
Oh heyyy, it's me again.
I added some trivial code to support using a log pdf function with arguments instead of a class w/
__call__
. This just mimics the behavior inemcee
.