We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e968b8 commit ed9f0d6Copy full SHA for ed9f0d6
pymc/func_utils.py
@@ -36,7 +36,8 @@ def find_constrained_prior(
36
) -> Dict[str, float]:
37
"""
38
Find optimal parameters to get `mass` % of probability
39
- of a `pm_dist` between `lower` and `upper`.
+ of a :ref:`distribution <api_distributions>` between `lower` and `upper`.
40
+
41
Note: only works for one- and two-parameter distributions, as there
42
are exactly two constraints. Fix some combination of parameters
43
if you want to use it on >=3-parameter distributions.
0 commit comments