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 ed9f0d6 commit 9aa46acCopy full SHA for 9aa46ac
pymc/func_utils.py
@@ -51,7 +51,7 @@ def find_constrained_prior(
51
Lower bound to get `mass` % of probability of `pm_dist`.
52
upper : float
53
Upper bound to get `mass` % of probability of `pm_dist`.
54
- init_guess : str or float
+ init_guess : dict of {str : float}
55
Initial guess for ``scipy.optimize.least_squares`` to find the
56
optimal parameters of `pm_dist` fitting the interval constraint.
57
Must be a dictionary with the name of the PyMC distribution's
0 commit comments