numpyro
numpyro copied to clipboard
add LogUniform
adds loguniform dist as in #1398. note
- no docs yet. no docstrings in other distributions. how do I doc this?
- no tests yet, I'm looking into it
- the low and high bounds are those of the un-logged parameter, i.e.
LogUniform(1, 10)
meanslog_10 X
is uniform between 0 and 1.