pints-team / pints

Probabilistic Inference on Noisy Time Series
http://pints.readthedocs.io
Other
225 stars 33 forks source link

Add reciprocal distribution prior (LogUniformLogPrior) to help estimate parameters that vary over multiple orders of magnitude #1498

Closed aabills closed 11 months ago

aabills commented 11 months ago

Hi, thanks for a great package! It would be great to have a reciprocal/log uniform prior. It should be straightforward since it's implemented in scipy.stats, and I would be happy to implement it.

ben18785 commented 11 months ago

Thanks @abillscmu -- sure, that'd be great. It's worth reading the contributing guidelines before starting to implement this perhaps.