Skip to content

Commit ed9f0d6

Browse files
jlindbloomOriolAbril
authored andcommitted
Update pymc/func_utils.py
Co-authored-by: Oriol Abril-Pla <[email protected]>
1 parent 0e968b8 commit ed9f0d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pymc/func_utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ def find_constrained_prior(
3636
) -> Dict[str, float]:
3737
"""
3838
Find optimal parameters to get `mass` % of probability
39-
of a `pm_dist` between `lower` and `upper`.
39+
of a :ref:`distribution <api_distributions>` between `lower` and `upper`.
40+
4041
Note: only works for one- and two-parameter distributions, as there
4142
are exactly two constraints. Fix some combination of parameters
4243
if you want to use it on >=3-parameter distributions.

0 commit comments

Comments
 (0)