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 40964d7 commit 0e968b8Copy full SHA for 0e968b8
pymc/func_utils.py
@@ -67,8 +67,9 @@ def find_constrained_prior(
67
Returns
68
-------
69
opt_params: dict
70
- The optimized distribution parameters as a dictionary with the parameters' and
71
- name as key and the optimized value as value.
+ The optimized distribution parameters as a dictionary.
+ Dictionary keys are the parameter names and
72
+ dictionary values are the optimized parameter values.
73
74
Examples
75
--------
0 commit comments